Anouncing a Basic API
Sunday, July 6th, 2008Today I’ve made available a very basic (read-only) API. You can learn more about it on the about the API page. So far you can do basic interaction like searching:
http://api.dirtybeta.com/get/releases/search/dirtybeta
and then do lookups based on those results:
http://api.dirtybeta.com/get/release/id/1
Eventually the plan is to make the site completely functional without the GUI of the website, so that external applications like Widgets can benefit from the database completely without having to hit the website.
More to come!