YTMND:API

From YTMND
Revision as of 04:18, October 13, 2007 by BTape (Talk | contribs)

Jump to: navigation, search

YTMND Developer API

The YTMND Developer API or Developer Interface is a method of gathering information from YTMND for use in external applications. In its current form the API allows limited access to YTMND data via a standard REST interface and offers several response formats: XML, JSON, JavaScript, and serialized PHP. In the future further data will most likely be available from this API. Currently there are no prerequisites to use the API, it is available to all for free, no YTMND account is currently required.


If you have worked with the Digg API this documentation should be fairly similar as the YTMND API was modeled in a large part on the Digg API. This was done because it is a straight forward and useful implementation. It is possible that in the future the interface will change, but changes will hopefully be mentioned in the documentation.