URIData.com is a simple URI data web service.
The URIData.com web service provides (when possible) the long URI, title, description, and keywords for a given short URI in a simple JSON format.
You can also use the URIData.com web service to look up the related RSS feed, if it exists, for a given URI.
Via a simple HTTP GET call like such:
http://URIdata.com/http://bit.ly/6oIpsb
URIData.com returns all data as JSON.
As an example, the URI http://URIdata.com/http://bit.ly/6oIpsb returns:
{
"shorturi":"http://bit.ly/6oIpsb",
"longuri":"http://blog.botfu.com",
"title":"BotFu the blog - all about technology, sports, and random other things",
"description":"",
"keywords":[],
"source":"direct follow"
}
Via a simple HTTP GET call like such:
http://uridata.com/rss/http://techcrunch.com
URIData.com returns all data as JSON.
As an example, the URI http://uridata.com/rss/http://techcrunch.com returns:
{
"supplied_uri":"http://techcrunch.com",
"resolved_rss":"http://feedproxy.google.com/TechCrunch",
"status":200,
"source":"direct follow"
}
URIdata.com is another quick hack by Kevin Marshall (initially done for use with the wow.ly projects). If you have troubles, questions, or comments you can ping him via his blog or find him on Twitter as @falicon