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/20112?format=api
{ "id": 20112, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20112?format=api", "title": "Il principe consorte", "original_title": "The Love Parade", "year": 1929, "date_published": "1930-09-19", "duration": 107, "description": "The queen of mythical Sylvania marries a courtier, who finds his new life unsatisfying.", "long_description": "Queen Louise's cabinet are worried that she will become an old maid, and are delighted when she marries the rougish Count Renard. Unfortunately, he finds his position as Queen's Consort unsatisfying and without purpose, and the marriage soon runs into difficulties.", "avg_vote": "7.1", "imdb_score": "7.1", "votes": 1955, "metascore": null, "budget": 650000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 30, "reviews_from_critics": 29, "image_url": "https://m.media-amazon.com/images/M/MV5BNDYyZDJlYTYtMjkwYS00MTM3LTkyNmUtOTZlZGUzMTUyMWE0XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UY268_CR5,0,182,268_AL_.jpg", "actors": [ "Albert De Winton", "Albert Roccardi", "Anton Vaverka", "Carl Stockdale", "E.H. Calvert", "Edgar Norton", "Eugene Pallette", "Jeanette MacDonald", "Lillian Roth", "Lionel Belmore", "Lupino Lane", "Margaret Fealy", "Maurice Chevalier", "Russ Powell", "William von Hardenburg" ], "directors": [ "Ernst Lubitsch" ], "writers": [ "Ernest Vajda", "Guy Bolton" ], "genres": [ "Comedy", "Musical", "Romance" ], "countries": [ "USA" ], "languages": [ "English", "French" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }