/episodes/ .xml
Returns a single Gracenote Episode entity with metadata including TMS Root Id, TMS ID, title, description, airdate, season, and episode number. Included is a list of videos from OVD providers with metadata allowing API consumers to link to videos related to the requested Episode.
Request Parameters
| Parameter | Mandatory? | Description |
|---|---|---|
| episode_id | Yes | episode identifier; accepts either episode's root ID (numeric) or TMS ID (alphanumeric, beginning with 'EP') |
| api_key | Yes | 24-character key obtained during application registration |
| region | No | Two-letter region code (see Accessing International Data). To be used only with TMS ID (alphanumeric, beginning with 'SH', 'MV', 'EP') |
Sample Request 1
Request online video data using episode's rootId.
http://feeds.tmsapi.com/v2/episodes/2873496.xml?api_key=1234567890
Sample Request 2
Request online video data using episode's tmsId.
http://feeds.tmsapi.com/v2/episodes/EP005984700001.xml?api_key=1234567890
Sample Response
Code
Last modified on