Common/data/v1.1/episodeIds

Jump to: navigation, search

EpisodeId

Contains IDs for an episode in a TV series and a movie/info link to information about that episode.

Elements

NameTypeDescription
cosmoId string Cosmo database ID for the episode.
movieId string AMG database ID for the episode.
movieUri string A movie/info link to information about the episode.

XML Response Example

<EpisodeId>
  <cosmoId>8536789</cosmoId>
  <movieId>V   482298</movieId>
  <movieUri>http://api.rovicorp.com/data/v1.1/movie/info?format=xml&apikey=4p1k3y&movieid=V+++482298</movieUri>
</EpisodeId>

JSON Response Example

{
  "cosmoId":"8536789",
  "movieId":"V   482298",
  "movieUri":"http://api.rovicorp.com/data/v1.1/movie/info?format=json&apikey=4p1k3y&movieid=V+++482298"
}
 
Personal tools