Is there a programming interface / web service for getting Amber Alert information? [closed]

て烟熏妆下的殇ゞ 提交于 2020-01-06 06:11:11

问题


I'd like to programmatically gather information about Amber Alerts and display it in an application. However, I can't seem to find an API. Does one exist?

I care about NJ but the entire country would be useful too.


回答1:


You can use the following site to retrieve an RSS feed that you could probably disseminate for the data you want. Not a perfect "API" per se, but it should work! This is NOT the official Amber Alert feed, but rather a Missing Children alert from the Nation Center for Missing and Exploited Children

http://missingkids.com/missingkids/servlet/PageServlet?LanguageCountry=en_US&PageId=1790




回答2:


The http://www.missingkidsbot.org project wraps up the RSS feed from http://www.missingkids.org into a Hypermedia API, http://www.missingkidsbot.org/api, https://github.com/dblock/slack-amber-alert.



来源:https://stackoverflow.com/questions/4807280/is-there-a-programming-interface-web-service-for-getting-amber-alert-informati

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!