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/11076480?format=api
{ "id": 11076480, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11076480?format=api", "title": "Fan zui xian chang", "original_title": "Fan zui xian chang", "year": 2019, "date_published": "2019-10-24", "duration": 104, "description": "A Hong Kong crime thriller about a detective and a parrot.", "long_description": "A man is found dead inside an apartment with a strange noise, \"Help. Help!\" next to the body. Detective Frank Lam arrives at the scene with his commanding officer Yip Sir to find the sole survivor and eye witness. Yip Sir is convinced the deceased, Henry Tsui is killed by his partner in crime, Sunny Wong when they had a fight over how to divvy up the loot from an armed robbery a month ago. When Frank confronts Sunny, Sunny denies all allegations and names Yip Sir as the killer. Frank's only hope in cracking the case lies in the not-so-human witness left at the scene of the crime.", "avg_vote": "6.0", "imdb_score": "6.1", "votes": 483, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": 37092694, "reviews_from_users": 3, "reviews_from_critics": 17, "image_url": "https://m.media-amazon.com/images/M/MV5BNjY2ZTc4YTctMzdjMy00ZTEyLWJkMzEtNmJmMWEwYzcxYjE2XkEyXkFqcGdeQXVyOTUzODczNjk@._V1_UY268_CR4,0,182,268_AL_.jpg", "actors": [ "Andy On", "Annie Liu", "Cherry Ngan", "Fiona Sit", "Jacky Cai", "Jessica Hester Hsuan", "Ka-Lun Cheung", "Lai-wun Chan", "Louis Cheung", "Louis Koo", "Man-Lung Ling", "Patrick Tam", "Philip Keung", "Sam Lee", "Siu Hin Ng" ], "directors": [ "Chi-Keung Fung" ], "writers": [ "Chi-Keung Fung" ], "genres": [ "Crime", "Mystery", "Thriller" ], "countries": [ "Hong Kong" ], "languages": [ "Cantonese" ], "rated": "Not rated or unkown rating", "company": "Media Asia Films" }