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/19850?format=api
{ "id": 19850, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19850?format=api", "title": "Erotikon", "original_title": "Erotikon", "year": 1929, "date_published": "1929-02-27", "duration": 85, "description": "A young woman is seduced and abandoned by a man who was invited to stay at his home by her father in a stormy night. Noticing that she is pregnant, the girl decides to leave home and start a new life.", "long_description": "A young woman is seduced and abandoned by a man who was invited to stay at his home by her father in a stormy night. Noticing that she is pregnant, the girl decides to leave home and start a new life.", "avg_vote": "7.2", "imdb_score": "7.2", "votes": 483, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 4, "reviews_from_critics": 8, "image_url": "https://m.media-amazon.com/images/M/MV5BODg4MTIwMTA5OV5BMl5BanBnXkFtZTgwMTIyODg5MTE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Bedrich Saxl", "Bohumil Kovár", "Bronislava Livia", "Charlotte Susa", "Ita Rina", "Jirí Hron", "Karel Schleichert", "Ladislav H. Struna", "Luigi Serventi", "Milka Balek-Brodská", "Olaf Fjord", "Theodor Pistek", "Vladimír Slavínský", "Václav Zichovský", "Willy Rösner" ], "directors": [ "Gustav Machatý" ], "writers": [ "Gustav Machatý" ], "genres": [ "Drama", "Romance" ], "countries": [ "Czechoslovakia" ], "languages": [ "Czech" ], "rated": "Not rated or unkown rating", "company": "Gem-Film" }