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/21016?format=api
{ "id": 21016, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21016?format=api", "title": "I prodigi del 2000", "original_title": "Just Imagine", "year": 1930, "date_published": "1930-11-23", "duration": 113, "description": "New York, 1980: airplanes have replaced cars, numbers have replaced names, pills have replaced food, government-arranged marriages have replaced love, and test tube babies have replaced ......", "long_description": "New York, 1980: airplanes have replaced cars, numbers have replaced names, pills have replaced food, government-arranged marriages have replaced love, and test tube babies have replaced ... well, you get the idea. Scientists revive a man struck by lightning in 1930; he is rechristened \"Single O\". He is befriended by J-21, who can't marry the girl of his dreams because he isn't \"distinguished\" enough -- until he is chosen for a 4-month expedition to Mars by a renegade scientist. The Mars J-21, his friend, and stowaway Single O visit is full of scantily clad women doing Busby Berkeley-style dance numbers and worshiping a fat middle-aged man.", "avg_vote": "5.4", "imdb_score": "5.4", "votes": 642, "metascore": null, "budget": 1100000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 40, "reviews_from_critics": 19, "image_url": "https://m.media-amazon.com/images/M/MV5BYTBhNmRkZGUtODIwMy00ZjlhLWI1NDctYjEwM2U3N2FhNTAzXkEyXkFqcGdeQXVyNjMwMjk0MTQ@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "El Brendel", "Frank Albertson", "Hobart Bosworth", "Ivan Linow", "John Garrick", "Joyzelle Joyner", "Kenneth Thomson", "Marjorie White", "Maureen O'Sullivan", "Mischa Auer", "Wilfred Lucas" ], "directors": [ "David Butler" ], "writers": [ "Buddy G. DeSylva", "Lew Brown" ], "genres": [ "Comedy", "Fantasy", "Musical" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Fox Film Corporation" }