API, HTTP-GET, JSON, REST, XML
Added on February 7th, 2011

Vodpod API 2

Vodpod API 2
This is version 2 of the Vodpod API. It allows you to query and manipulate the http://vodpod.com service through HTTP. The endpoint for this version of the API is http://api.vodpod.com/v2/. All paths are relative to this URI. Parameters may be passed either GET or POST-style. POST is strongly encouraged for sizeable requests like collecting videos or updating objects. All calls require either an API key or an authorization key. These may be found in your profile settings. An API key is semi-public; it is used to identify the caller's account, but is not secret. An auth key is private; it is used to authorize API calls which modify data. Responses to API requests are provided in either XML or JSON. The URI path determines the nature of the response.
More information: http://api.vodpod.com/v2/doc/guide.html