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/25170?format=api
{ "id": 25170, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/25170?format=api", "title": "Gift of Gab", "original_title": "Gift of Gab", "year": 1934, "date_published": "1934-09-01", "duration": 70, "description": "Conceited radio announcer irritates everyone else at the station.", "long_description": "A small-time street huckster becomes a radio personality, making a name for himself by broadcasting a football despite efforts to keep him out. He loses favor when he fakes a broadcast interview, so desperately tries a new stunt, trying to reach crash survivors in a remote forest during a live transmission.", "avg_vote": "5.2", "imdb_score": "5.2", "votes": 124, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 12, "reviews_from_critics": 10, "image_url": "https://m.media-amazon.com/images/M/MV5BYzdmYTkxOGMtMDZlMS00MGE3LWI2NGYtZmE3NGY0OGYwOWE1XkEyXkFqcGdeQXVyMDY4MzkyNw@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Alexander Woollcott", "Alice White", "Bela Lugosi", "Binnie Barnes", "Boris Karloff", "Chester Morris", "Edmund Lowe", "Ethel Waters", "Gene Austin", "Gloria Stuart", "Graham McNamee", "Paul Lukas", "Phil Baker", "Roger Pryor", "Ruth Etting" ], "directors": [ "Karl Freund" ], "writers": [ "Jerry Wald", "Rian James" ], "genres": [ "Comedy", "Music", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Universal Pictures" }