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/10662?format=api
{ "id": 10662, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10662?format=api", "title": "Scarlet Days", "original_title": "Scarlet Days", "year": 1919, "date_published": "1919-11-09", "duration": 77, "description": "A romantic bandit named Alvarez, wanted for raids on the mining camps of the California gold rush in 1849, is reformed by the love of a good woman.", "long_description": "A romantic bandit named Alvarez, wanted for raids on the mining camps of the California gold rush in 1849, is reformed by the love of a good woman.", "avg_vote": "4.9", "imdb_score": "4.9", "votes": 423, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 5, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BYjNhMmE4OTMtMDVmMy00YTc2LTk3MjQtN2Q0NjIwNThjN2ViXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Adolph Lestina", "Carol Dempster", "Clarine Seymour", "Eugenie Besserer", "George Fawcett", "Herbert Sutch", "J. Wesley Warner", "Kate Bruce", "Ralph Graves", "Rhea Haines", "Richard Barthelmess", "Walter Long" ], "directors": [ "D.W. Griffith" ], "writers": [ "Stanner E.V. Taylor" ], "genres": [ "Adventure", "Romance", "Western" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "D.W. Griffith Productions" }