Common/movie/v1.1/MovieTitle

Jump to: navigation, search

MovieTitle

Contains information about an alternate title for a movie.

Elements

NameTypeDescription
title string An alternate title.
type string Type of title.

XML Response Example

<MovieTitle>
     <title>Prostitutes in Prison</title>
     <type>Alternate</type>
</MovieTitle>

JSON Response Example

{
      "title": "Island of Despair",
      "type": "Alternate"
},
 
Personal tools