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/18505?format=api
{ "id": 18505, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18505?format=api", "title": "Tretya meshchanskaya", "original_title": "Tretya meshchanskaya", "year": 1927, "date_published": "1927-01-01", "duration": 86, "description": "A married couple have a small apartment in Moscow. When an old friend of the husband's arrives in the city, he is unable to find lodgings. Kolia, the husband, invites his friend to move in with them.", "long_description": "A married couple have a small apartment in Moscow. When an old friend of the husband's arrives in the city, he is unable to find lodgings. Kolia, the husband, invites his friend to move in with them. While Kolia is away on business, sensual Liuda and attractive Volodia fall in love and have an affair. After his initial outrage, the husband calms down. Kolia winds up on the sofa, and the three settle into a menage-a-trois until the wife finds herself pregnant. The two men are trying to decide what to do, but Liuda is strong enough to make her own decisions. Considered a landmark film because of humor, naturalism, and its sympathetic portrayal of the woman.", "avg_vote": "7.4", "imdb_score": "7.4", "votes": 1044, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 9, "reviews_from_critics": 9, "image_url": "https://m.media-amazon.com/images/M/MV5BMjM1ODAzNzM1NV5BMl5BanBnXkFtZTgwNTIzMTM2MTE@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Leonid Yurenev", "Lyudmila Semyonova", "Mariya Yarotskaya", "Nikolay Batalov", "Vladimir Fogel", "Yelena Sokolova" ], "directors": [ "Abram Room" ], "writers": [ "Viktor Shklovskiy" ], "genres": [ "Comedy", "Drama" ], "countries": [ "Soviet Union" ], "languages": [ "Russian" ], "rated": "Not rated or unkown rating", "company": "Sovkino" }