/youku/shows/videos

POST /api/youku/shows/videos

Price: 20 credits

List the videos of a Youku show in broadcast order — episodes plus the trailers, behind-the-scenes clips and specials that sit in the same selector. Each row carries the video id and play URL, the episode number, its stage marker (a broadcast date on most shows, a bare ordinal on some) and on-screen label, the content type, artwork and the VIP flag.

How to use it

This is how a show id becomes playable video ids. Rows come back in the source's own order, so read `episode_order` and `stage` rather than the list position when the order matters. The list is wider than an aired-episode count: trailers, behind-the-scenes clips and specials are interleaved with full episodes, and `video_type` (正片 for a full episode, 预告片 for a trailer) is what separates them — a title's `episode_total` from /youku/shows is therefore smaller than what you get here. Rows carry no synopsis, cast or runtime in seconds; fetch /youku/videos by `id` for those.

Parameters

Request body

Response

Errors

Response headers