New software release syndication.
dirtyBeta API
dirtyBeta provides a very basic API to get real-time data from its database. The following requests are currently supported:
GET
The dirtyBeta API is currently read-only, meaning data can only be read and not written. Because of this, only the GET method is supported.
Release
An individual release can be retrieved from the database using the /get/release/id/{release_id} call.
[View Example]
Releases
Multiple releases can be retrieved with a single call by using the search call:
/get/releases/search/{search_term}
[View Example]
Tags
A list of dirtyBeta tags can be retrieved with the /get/tags call.
[View Example]
API documentation last updated July 6th, 2008.