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/13140?format=api
{ "id": 13140, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/13140?format=api", "title": "Femmine folli", "original_title": "Foolish Wives", "year": 1922, "date_published": "1922-01-11", "duration": 117, "description": "A con artist masquerades a Russian nobility and attempts to seduce the wife of an American diplomat.", "long_description": "\"Count\" Karanzim, a Don Juan is with his cousins in Monte Carlo, living from faked money and the money he gets from rich ladies, who are attracted by his charmes and his title or his militaristic and aristocratic behaviour. He tries to have success with Mrs Hughes, the wife of the new US ambassador.", "avg_vote": "7.0", "imdb_score": "7.0", "votes": 3127, "metascore": null, "budget": 1100000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 26, "reviews_from_critics": 31, "image_url": "https://m.media-amazon.com/images/M/MV5BZjU3MzliZGMtNzNhMi00ZjIyLThhZDAtNmFmYTk0ZWRkZWU1XkEyXkFqcGdeQXVyMTA2ODMzMDU@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Albert Edmondson", "C.J. Allen", "Cesare Gravina", "Dale Fuller", "Erich von Stroheim", "Mae Busch", "Malvina Polo", "Maude George", "Miss DuPont", "Rudolph Christians" ], "directors": [ "Erich von Stroheim" ], "writers": [ "Erich von Stroheim", "Marian Ainslee" ], "genres": [ "Drama", "Thriller" ], "countries": [ "USA" ], "languages": [ "English", "French", "Latin" ], "rated": "Not rated or unkown rating", "company": "Universal Film Manufacturing Company" }