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/16294?format=api
{ "id": 16294, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16294?format=api", "title": "The Road to Yesterday", "original_title": "The Road to Yesterday", "year": 1925, "date_published": "1925-11-15", "duration": 107, "description": "A married couple discover their strained relationship is the result of unhappiness in their past lives.", "long_description": "Malena's apparent frigidity toward her husband Kenneth is a result of injustice done in an earlier incarnation when he was a knight and she was a gypsy headed for burning at the stake. This becomes evident when their unconscious minds travel back from a train wreck in the American plains to Elizabethan England.", "avg_vote": "6.8", "imdb_score": "6.7", "votes": 127, "metascore": null, "budget": 477480, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 7, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BMjY3ZjExMTQtMWNlYy00MzM5LWJmYjAtMzBlMGQyNmM2NGE3XkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Casson Ferguson", "Charles West", "Clarence Burton", "Jetta Goudal", "Joseph Schildkraut", "Josephine Norman", "Julia Faye", "Trixie Friganza", "Vera Reynolds", "William Boyd" ], "directors": [ "Cecil B. DeMille" ], "writers": [ "Beulah Marie Dix", "Howard Hawks" ], "genres": [ "Drama", "Fantasy", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "DeMille Pictures Corporation" }