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/20896?format=api
{ "id": 20896, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20896?format=api", "title": "For the Defense", "original_title": "For the Defense", "year": 1930, "date_published": "1931-06-19", "duration": 65, "description": "William Powell plays William Foster, a slick attorney who stays within the law, but specializes in representing crooks and shady characters. He's adept at keeping them out of jail, winning ...", "long_description": "William Powell plays William Foster, a slick attorney who stays within the law, but specializes in representing crooks and shady characters. He's adept at keeping them out of jail, winning acquittals, and having decisions reversed, thus springing criminals out of prison. He is romantically involved with dancer Irene Manners (Kay Francis), who is two-timing him, although she wants to marry him. She kills a man driving while out with her other man, Jack Defoe (Scott Kolk), who takes the blame. Unfortunately, a ring Foster had just given Irene is found at the crime scene. Foster ends up defending Jack, but when the ring is found, he thinks he is protecting Irene, so pleads guilty to jury tampering, which he had done for the first time to save Irene. After his plea, the the prosecuting DA confides that Jack would have gotten off...", "avg_vote": "6.5", "imdb_score": "6.5", "votes": 339, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 15, "reviews_from_critics": 6, "image_url": "https://m.media-amazon.com/images/M/MV5BODM0YzQwMmEtZTEyNy00YTNkLWIxMDMtNDg0NzQ3YzczZmM4XkEyXkFqcGdeQXVyNTY4NjI2OTA@._V1_UY268_CR14,0,182,268_AL_.jpg", "actors": [ "Bertram Marburgh", "Charles West", "Harry Walker", "James Finlayson", "Kay Francis", "Scott Kolk", "Thomas E. Jackson", "William B. Davidson", "William Powell" ], "directors": [ "John Cromwell" ], "writers": [ "Charles Furthman", "Oliver H.P. Garrett" ], "genres": [ "Crime", "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }