问题
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