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/11358398?format=api
{ "id": 11358398, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11358398?format=api", "title": "Namsanui bujangdeul", "original_title": "Namsanui bujangdeul", "year": 2020, "date_published": "2020-01-22", "duration": 114, "description": "In the 1970s Korea is under the absolute control of the president Park who controls the KCIA the organization with the edge over any branch of government.", "long_description": "In the 1970s Korea is under the absolute control of the president Park who controls the KCIA the organization with the edge over any branch of government. The director of case CIA is the seemingly most prospective second in command midst of rain I fear for McKay CIA director, who knows all about the governments obscure operations exiles to the US where the investigation of corrugate is underway as attention escalates the stifling political maneuvering by the second in command unfolds", "avg_vote": "7.0", "imdb_score": "7.0", "votes": 1502, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 113527, "worldwide_gross_income": 34664900, "reviews_from_users": 11, "reviews_from_critics": 22, "image_url": "https://m.media-amazon.com/images/M/MV5BYTg4YzkyMWEtODZhOS00ZDk1LThhNzUtYzBhZDVlZDIzYTc4XkEyXkFqcGdeQXVyNzI1NzMxNzM@._V1_UY268_CR2,0,182,268_AL_.jpg", "actors": [ "Byung-hun Lee", "Do-Guk Lee", "Do-won Kwak", "Eric Bernard", "Garrison Michael Farquharson-Keener", "Hee-joon Lee", "Hyun-Joon Ji", "Jerry Rector", "Lee Leonard", "Min-Sang Kim", "Seung-Hoon Kim", "So-jin Kim", "Suk-Tae Joo", "Sung-min Lee", "Tae-Hyung Lee" ], "directors": [ "Min-ho Woo" ], "writers": [ "Min-ho Woo" ], "genres": [ "Drama", "History", "Thriller" ], "countries": [ "South Korea" ], "languages": [ "English", "French", "Korean" ], "rated": "Not rated or unkown rating", "company": "Gemstone Pictures" }