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/20388?format=api
{ "id": 20388, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20388?format=api", "title": "Seven Keys to Baldpate", "original_title": "Seven Keys to Baldpate", "year": 1929, "date_published": "1929-12-25", "duration": 72, "description": "A writer, looking for some peace and quiet in order to finish a novel, takes a room at the Baldpate Inn. Peace and quiet are last things he gets, though, as there are some very strange things going on at the establishment.", "long_description": "Writer William Magee accepts a wager that he can finish writing a book in 24 hours, and travels to the deserted inn Baldpate, a summer resort now in the midst of winter, including a blizzard, to finish his opus. Told his is the only key, Magee is interrupted numerous times in the first hours by a parade of characters who appear to be in search of $200,000 meant as a bribe for a local politician, and who all seem to have an only key. As the situations become as outlandish as any he could concoct for his novel, Magee lets his infatuation with one of the \"guests\" get in the way of writing and solving the plot behind all that's happening at Baldpate.", "avg_vote": "6.1", "imdb_score": "6.1", "votes": 268, "metascore": null, "budget": 251000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 11, "reviews_from_critics": 5, "image_url": "https://m.media-amazon.com/images/M/MV5BYWM3ZDFiMTgtY2MwZC00MmFlLWJkMjEtYjhhZWI2YWNkZGIwXkEyXkFqcGdeQXVyMTYzMTY1MjQ@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Alan Roscoe", "Arthur Hoyt", "Carleton Macy", "Crauford Kent", "DeWitt Jennings", "Edith Murgatroyd", "Harvey Clark", "Joseph Allen Sr.", "Lucien Littlefield", "Margaret Livingston", "Miriam Seegar", "Nella Walker", "Richard Dix" ], "directors": [ "Reginald Barker" ], "writers": [ "Earl Derr Biggers", "George M. Cohan" ], "genres": [ "Comedy", "Mystery", "Thriller" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "RKO Radio Pictures" }