/youku/videos

POST /api/youku/videos

Price: 10 credits

Get one Youku video — an episode, a trailer, a clip or a standalone film — by its id or play URL. Returns the title, runtime in seconds, publication timestamp, content type, artwork, the show it belongs to, its comment and like counts, the VIP flag and whether commenting, sharing and downloading are allowed.

How to use it

This is the single-video record; the title it belongs to is /youku/shows, reachable through `show_id`. The `X…==` id, the numeric video id and a full v.youku.com play URL are all accepted. A 20-character show id passed here is rejected with 422 rather than resolving to the show's first episode, so the two endpoints do not stand in for each other. `video_type` is the Chinese content label — 正片 for a full episode, 预告片 for a trailer — and is the way to tell a real episode from promotional material. Fields describing the parent show are limited to `show_id`, `show_name` and `show_url`; cast, synopsis and episode counts come from /youku/shows.

Parameters

Request body

Response

Errors

Response headers