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/10456?format=api
{ "id": 10456, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10456?format=api", "title": "Meyer il berlinese", "original_title": "Meyer aus Berlin", "year": 1919, "date_published": "1919-01-17", "duration": 58, "description": "A bumbling, self-indulgent husband goes on a vacation away from his wife. There he meets a popular, attractive young woman also on a vacation. Both go on a mountain climb which is going to be far from an ideal adventure.", "long_description": "A bumbling, self-indulgent husband played by Ernst Lubitsch plans a vacation away from his wife. There he meets a popular, attractive young woman taking a similar break from her spouse. Recently befriended man and lady decide to go on a mountain climb. Their respective spouses on the other hand are also up to something.", "avg_vote": "6.0", "imdb_score": "6.0", "votes": 173, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 3, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BNjlhM2M5YjctNGQxZi00MjM3LTk0YzYtMzdlYmRiYzg3NDg4XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR88,0,182,268_AL_.jpg", "actors": [ "Erich Schönfelder", "Ernst Lubitsch", "Ethel Orff", "Heinz Landsmann", "Ossi Oswalda", "Trude Troll" ], "directors": [ "Ernst Lubitsch" ], "writers": [ "Erich Schönfelder", "Hanns Kräly" ], "genres": [ "Comedy" ], "countries": [ "Germany" ], "languages": [ "German" ], "rated": "Not rated or unkown rating", "company": "Projektions-AG Union (PAGU)" }