Difference between revisions of "YTMND:API"

From YTMND
Jump to: navigation, search
(Initial commit)
 
(initial formatting)
Line 1: Line 1:
 
 
== YTMND Developer API ==
 
== YTMND Developer API ==
  
Placeholder
+
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 [http://en.wikipedia.org/wiki/REST 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.
 +
 
 +
 
 +
*[[YTMND:API:Basic Overview|Basic Overview]]
 +
*[[YTMND:API:Restrictions|API Restrictions and Limitations]]
 +
*[[YTMND:API:Interfaces|Interfaces]]
 +
:*[[YTMND:API:Interfaces:Users|Users]]
 +
:*[[YTMND:API:Interfaces:Sites|Sites]]
 +
*[[YTMND:API:Examples|Examples]]

Revision as of 22:13, June 20, 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.