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/20785?format=api
{ "id": 20785, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20785?format=api", "title": "Conspiracy", "original_title": "Conspiracy", "year": 1930, "date_published": "1930-08-10", "duration": 69, "description": "For the last four years Margaret Holt has been helping her brother, assistant D.A. Victor Holt, to try to bring down the dope dealing Schemer Marko gang. Margaret kills Marko (aka 'James ...", "long_description": "For the last four years Margaret Holt has been helping her brother, assistant D.A. Victor Holt, to try to bring down the dope dealing Schemer Marko gang. Margaret kills Marko (aka 'James Morton') when he discovers she's found evidence to use against him. Looking for someplace to hide out, she flees to a local house for disadvantaged women. Her secret is discovered by gossip columnist John Howell and crotchety old mystery writer Winthrop Clavering, who concoct a plan to try to clear Margaret of the crime and, at the same time, capture the Marko gang, who have since kidnapped Victor and are now hot on Margaret's trail as well.", "avg_vote": "5.4", "imdb_score": "5.4", "votes": 105, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 6, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ1MjY5ODEzOV5BMl5BanBnXkFtZTgwMDU5NTAyMTE@._V1_UY268_CR3,0,182,268_AL_.jpg", "actors": [ "Bessie Love", "Donald MacKenzie", "Gertrude Howard", "Hugh Trevor", "Ivan Lebedeff", "Jane Keckley", "Ned Sparks", "Otto Matieson", "Rita La Roy", "Walter Long" ], "directors": [ "Christy Cabanne" ], "writers": [ "Beulah Marie Dix" ], "genres": [ "Mystery" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "RKO Radio Pictures" }