Difference between revisions of "YTMND:API"

From YTMND
Jump to: navigation, search
(YTMND Developer API)
m
Line 8: Line 8:
  
 
*[[YTMND:API:Basic Overview|Basic Overview]]
 
*[[YTMND:API:Basic Overview|Basic Overview]]
*[[YTMND:API:Restrictions|API Restrictions and Limitations]]
+
*[[YTMND:API:Methods|API Methods including Restrictions and Limitations]]
 
*[[YTMND:API:Interfaces|Interfaces]]
 
*[[YTMND:API:Interfaces|Interfaces]]
 
:*[[YTMND:API:Interfaces:Users|Users]]
 
:*[[YTMND:API:Interfaces:Users|Users]]
 
:*[[YTMND:API:Interfaces:Sites|Sites]]
 
:*[[YTMND:API:Interfaces:Sites|Sites]]
 
*[[YTMND:API:Examples|Examples]]
 
*[[YTMND:API:Examples|Examples]]

Revision as of 02:31, October 13, 2007

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. 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.