VODPOD API

Show computers your favorite videos

The Vodpod API is an HTTP service for interacting with the world of videos on vodpod.com.

Get Started

  1. Get an account on vodpod.com.
  2. Find your API key by clicking on "Change settings", then "Advanced".
  3. Go to http://api.vodpod.com/v2/me?api_key=xxx, and fill in your API key in the URL.
[
  true,
  {
    "description": "I collect videos for MI-5.",
    "key": "jamesbond",
    "name": "Bond. James Bond.",
    "thumbnail": "http://s3.amazonaws.com/.../007.medium.jpg",
    "videos_count": 10
  }
]

Hey, that's you! What else can you do? Take a look at our quick tutorial.

Support