Common/data/v1.1/movieIds

Jump to: navigation, search

MovieId

Contains IDs for a movie and a movie/info link to information about that movie.

Elements

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

XML Response Example

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

JSON Response Example

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