URIdata.com is a simple URI data web service.
To be a little more specific, 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.
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"
}
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