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/23180?format=api
{ "id": 23180, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23180?format=api", "title": "Man Wanted", "original_title": "Man Wanted", "year": 1932, "date_published": "1932-04-23", "duration": 62, "description": "A female editor of a magazine falls in love with her male secretary.", "long_description": "Lois is the editor of the 400 Magazine and is a work-a-holic. When Tom comes to her office to sell her a rowing machine, he leaves as her personal secretary. After a short time, he is an executive decision maker who works closely with Lois, and he falls for her. But Lois is married to playboy Fred, and for that reason, Tom decides to marry Ruth and leave the firm.", "avg_vote": "6.5", "imdb_score": "6.5", "votes": 566, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 23, "reviews_from_critics": 8, "image_url": "https://m.media-amazon.com/images/M/MV5BMTc0MzQxMzUwM15BMl5BanBnXkFtZTgwMzk4NTM3MTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Andy Devine", "Claire Dodd", "David Manners", "Edward Van Sloan", "Elizabeth Patterson", "Frank Coghlan Jr.", "Kay Francis", "Kenneth Thomson", "Robert Greig", "Una Merkel" ], "directors": [ "William Dieterle" ], "writers": [ "Charles Kenyon", "Robert Lord" ], "genres": [ "Comedy", "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Warner Bros." }