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/17028?format=api
{ "id": 17028, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/17028?format=api", "title": "Kid Boots", "original_title": "Kid Boots", "year": 1926, "date_published": "1926-10-04", "duration": 77, "description": "A salesman is helped out of a jam with an angry customer by a wealthy playboy. In return, he agrees to help the playboy get a divorce from his wife, only to find himself falling for the ...", "long_description": "A salesman is helped out of a jam with an angry customer by a wealthy playboy. In return, he agrees to help the playboy get a divorce from his wife, only to find himself falling for the girlfriend of the customer who got him in trouble in the first place.", "avg_vote": "6.9", "imdb_score": "6.9", "votes": 135, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 314332, "worldwide_gross_income": null, "reviews_from_users": 8, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BNDU2NmE0ODItZjA1OC00NTUwLWE1ZTAtZWQ3NjMzNjdmM2ViXkEyXkFqcGdeQXVyNzk0Mzc0OTM@._V1_UY268_CR21,0,182,268_AL_.jpg", "actors": [ "Billie Dove", "Clara Bow", "Eddie Cantor", "Fred Esmelton", "Harry von Meter", "Lawrence Gray", "Malcolm Waite", "Natalie Kingston", "William Worthington" ], "directors": [ "Frank Tuttle" ], "writers": [ "Otto A. Harbach", "William Anthony McGuire" ], "genres": [ "Comedy", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Famous Players-Lasky Corporation" }