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/574?format=api
{ "id": 574, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/574?format=api", "title": "The Story of the Kelly Gang", "original_title": "The Story of the Kelly Gang", "year": 1906, "date_published": "1906-12-26", "duration": 70, "description": "True story of notorious Australian outlaw Ned Kelly (1855-80).", "long_description": "True story of notorious Australian outlaw Ned Kelly (1855-80).", "avg_vote": "6.1", "imdb_score": "6.1", "votes": 605, "metascore": null, "budget": 2250, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 7, "reviews_from_critics": 7, "image_url": "https://m.media-amazon.com/images/M/MV5BNTY4ZDk5MzYtNjk2Zi00ZWY3LTgwZjUtNDc5MWEzMWFlOTQzXkEyXkFqcGdeQXVyNjU1MTEwMjI@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Bella Cola", "Elizabeth Tait", "Frank Mills", "Jack Ennis", "John Forde", "John Tait", "Mr. Marshall", "Mr. McKenzie", "Norman Campbell", "Ollie Wilson", "Sam Crewes", "Vera Linden", "Will Coyne" ], "directors": [ "Charles Tait" ], "writers": [ "Charles Tait" ], "genres": [ "Biography", "Crime", "Drama" ], "countries": [ "Australia" ], "languages": [ "None" ], "rated": "Not rated or unkown rating", "company": "J. and N. Tait" }