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/20269?format=api
{ "id": 20269, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20269?format=api", "title": "Piccadilly", "original_title": "Piccadilly", "year": 1929, "date_published": "1929-02-01", "duration": 92, "description": "A young Chinese woman, working in the kitchen at a London dance club, is given the chance to become the club's main act which soon leads to a plot of betrayal, forbidden love and murder.", "long_description": "The star attraction of the Piccadilly Club is the dancing team of Mabel and Vic. Victor is infatuated with Mabel, but she rejects his advances, since she is in love with Valentine Wilmot, the club's owner. One night, as Mabel and Vic perform their act, there is a disruption caused by a customer who is unhappy about a dirty plate. When Wilmot goes back to the kitchen to investigate, he finds several employees in the scullery watching Shosho, one of the dishwashers, dancing on a table. That night, Wilmot fires both Shosho and Victor. But the club's sagging fortunes soon lead him to re-evaluate Shosho's talent.", "avg_vote": "7.1", "imdb_score": "7.1", "votes": 1363, "metascore": "89.0", "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 41, "reviews_from_critics": 25, "image_url": "https://m.media-amazon.com/images/M/MV5BODYxODkyODc3MV5BMl5BanBnXkFtZTgwNjg4NzM0MjE@._V1_UY268_CR4,0,182,268_AL_.jpg", "actors": [ "Anna May Wong", "Cyril Ritchard", "Debroy Somers and His Band", "Gilda Gray", "Gordon Begg", "Hannah Jones", "Harry Terry", "Jameson Thomas", "King Hou Chang" ], "directors": [ "Ewald André Dupont" ], "writers": [ "Arnold Bennett" ], "genres": [ "Crime", "Drama" ], "countries": [ "UK" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "British International Pictures (BIP)" }