Phone Feeds API (new!)
The Phone Feeds API enables the integration of phonefeeds.com feed->phone conversions into your custom application. The Phone Feeds API provides a simple interface that you can query with results being returned in XML.
If you decide to take advantage of this free API we require that you provide a backlink to this website.
API URL: http://phonefeeds.com/api/
Parameters (GET/POST): url
The URL parameter may be passed through the GET or POST method eg:
http://phonefeeds.com/api/?url=http://www.instapundit.com
Successful responses will look like this:
<?xml version="1.0" encoding="utf-8" ?> <!-- generator="phonefeeds.com" --> <phone_feeds> <url>http://feeds.feedburner.com/instapundit/main</url> <pfeed_url>http://pfeeds.com/1882</pfeed_url> <result>2</result> </phone_feeds>
errors respond with the following.
<?xml version="1.0" encoding="utf-8" ?> <!-- generator="phonefeeds.com" --> <phone_feeds> <msg>Error message</msg> <result>0</result> </phone_feeds>