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/19746?format=api
{ "id": 19746, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19746?format=api", "title": "Le capitaine Fracasse", "original_title": "Le capitaine Fracasse", "year": 1929, "date_published": "1929-02-15", "duration": 92, "description": "Capt. Fracasse, a down-on-his-luck nobleman, gives shelter at his estate one night to a troupe of traveling actors. He falls in love with Isabelle, an actress with the group. The next day, ...", "long_description": "Capt. Fracasse, a down-on-his-luck nobleman, gives shelter at his estate one night to a troupe of traveling actors. He falls in love with Isabelle, an actress with the group. The next day, as they prepare to leave, he decides to join them, seeing as how his future looks none too promising where he is, but mainly to be with Isabelle. Along the way, however, Isabelle is kidnapped by a villainous nobleman who wants her for himself. Capt. Fracasse must ride to the rescue of his beloved.", "avg_vote": "6.7", "imdb_score": "6.7", "votes": 168, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 5, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BODdlNThjZjktNDM3ZS00OTU0LWJhNTMtNjA5MGVhODM4Yzk5XkEyXkFqcGdeQXVyMzYyNzgzMzI@._V1_UY268_CR9,0,182,268_AL_.jpg", "actors": [ "Armand Numès", "Charles Boyer", "Clairette de Savoye", "Daniel Mendaille", "Georges Benoît", "Lien Deyers", "Léon Courtois", "Marguerite Moreno", "Marie-Thérèse Vincent", "Odette Josylla", "Paul Quevedo", "Paul Velsa", "Pierre Blanchar", "Pola Illéry", "René Bergeron" ], "directors": [ "Alberto Cavalcanti", "Henry Wulschleger" ], "writers": [ "Alberto Cavalcanti", "Théophile Gautier" ], "genres": [ "Adventure", "Drama" ], "countries": [ "France" ], "languages": [ "French" ], "rated": "Not rated or unkown rating", "company": "Lutèce Films" }