URIdata - A simple URI data web service.

What is URI Data?

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.

How do I query for URI Data?

Via a simple HTTP GET call like such:

http://URIdata.com/http://bit.ly/6oIpsb

What does the URI Data response look like?

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"
}

How do I query for the RSS link of a URI?

Via a simple HTTP GET call like such:

http://uridata.com/rss/http://techcrunch.com

What does the URI Data response for an RSS lookup look like?

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"
}

Questions?

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