Movie Title Detail
This endpoint gives access to detailed movie information from the OCMovies API.
The OCMovies API is a RESTful API built using Django Rest Framework with the objective to support educational projects through a local execution of the server. It uses data from more than 80k movies from de IMDb website.
Not all the detailed data is present in the title list endpoint available here. Only the detailed information provided on the current endpoint gives access to e.g. the description, long description or buget and income info about the movie.
If you need to get a full list of available genres, refer to the genres endpoint.
Please, refer to the title list endpoint to get various search or sort capabilities, thereby allowing to efficiently identify the movies you want to look at.
GET /api/v1/titles/19254?format=api
{ "id": 19254, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19254?format=api", "title": "La passione di Giovanna d'Arco", "original_title": "La passion de Jeanne d'Arc", "year": 1928, "date_published": "1929-01-18", "duration": 110, "description": "In 1431, Jeanne d'Arc is placed on trial on charges of heresy. The ecclesiastical jurists attempt to force Jeanne to recant her claims of holy visions.", "long_description": "Giovanna is taken to the Inquisition court. . After the accusation of blasphemy continues to pray in ecstasy . A friar thinks that Giovanna is a saint, but is taken away by the soldiers. Giovanna sees a cross in the shadow and feels comforted. She is not considered a daughter of God but a daughter of the devil and is sentenced to torture. Giovanna D 'Arco says that even if she dies she will not deny anything. The eyes are twisted by terror in front of the torture wheel and faint. Giovanna is taken to a bed where they are bleeding. Giovanna feels that she is about to die and asks to be buried in a consecrated area. Giovanna burns at the stake while devoted ladies cry.", "avg_vote": "8.1", "imdb_score": "8.1", "votes": 46933, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 21877, "worldwide_gross_income": 21877, "reviews_from_users": 195, "reviews_from_critics": 137, "image_url": "https://m.media-amazon.com/images/M/MV5BNjBjNDJiYTUtOWY0OS00OGVmLTg2YzctMTE0NzVhODM1ZWJmXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Alexandre Mihalesco", "André Berley", "Antonin Artaud", "Armand Lurville", "Eugene Silvain", "Jacques Arnna", "Jean d'Yd", "Louis Ravet", "Léon Larive", "Maria Falconetti", "Maurice Schutz", "Michel Simon" ], "directors": [ "Carl Theodor Dreyer" ], "writers": [ "Carl Theodor Dreyer", "Joseph Delteil" ], "genres": [ "Biography", "Drama", "History" ], "countries": [ "France" ], "languages": [ "French" ], "rated": "Not rated or unkown rating", "company": "Société générale des films" }