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/11566164?format=api
{ "id": 11566164, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11566164?format=api", "title": "Secret Zoo", "original_title": "Secret Zoo", "year": 2020, "date_published": "2020-01-15", "duration": 118, "description": "A lawyer is suckered into running a zoo that has sold most of its animals.", "long_description": "In order to make attorney at the law firm where he's a lowly assistant, Tae-soo (Ahn Jae-hong) is given the daunting assignment of keeping a failing zoo afloat for three months while the equity firm that took it over finds a buyer. That's no mean feat when it turns out the Dongsan Park establishment has sold off the majority of its main attractions. Aware of the time crunch involved in trying to import additional creatures, Tae-soo attempts to make a go of it by recruiting the remaining skeleton staff to pose in furry suits that can sort of look convincing if viewed from as far a distance as possible.", "avg_vote": "6.2", "imdb_score": "6.1", "votes": 807, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": 9457317, "reviews_from_users": 6, "reviews_from_critics": 15, "image_url": "https://m.media-amazon.com/images/M/MV5BNTdjNzM5OTItMzYzNC00OWFhLTkxZmMtYzdhMzZhNDBiMTZlXkEyXkFqcGdeQXVyOTIxNDQ1MTQ@._V1_UY268_CR2,0,182,268_AL_.jpg", "actors": [ "Bi-bi Kim", "Heung-rae Kim", "Hyun-Wook Lee", "Jae-hong Ahn", "Ki-Cheon Kim", "Seong-oh Kim", "Seung-jo Jang", "So-ra Kang", "Soo-jin Kim", "Susanna No", "Woon Jong Jeon", "Yang Hee-Won", "Yeo-bin Jeon", "Yeong-gyu Park", "Yeri Han" ], "directors": [ "Jae-gon Son" ], "writers": [ "Jae-gon Son" ], "genres": [ "Comedy" ], "countries": [ "South Korea" ], "languages": [ "Korean" ], "rated": "Not rated or unkown rating", "company": "Unknown" }