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/23507?format=api
{ "id": 23507, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23507?format=api", "title": "Giuro di dire la verità", "original_title": "State's Attorney", "year": 1932, "date_published": "1932-05-20", "duration": 79, "description": "Attorney Tom Cardigan is the discontented \"mouthpiece\" for Vanny Powers' mob. When Tom takes sweet June Perry as his mistress, she tries in vain to redeem him. But Powers decides Tom would ...", "long_description": "Attorney Tom Cardigan is the discontented \"mouthpiece\" for Vanny Powers' mob. When Tom takes sweet June Perry as his mistress, she tries in vain to redeem him. But Powers decides Tom would be even more useful to him as District Attorney, which he arranges with surprising ease...despite Tom's warning that \"if I go on the other side, I'll stay there.\" Soon, Tom's ambition leads him to ditch June for the daughter of political boss Ulric. The crisis arrives when Powers goes on trial for a killing...witnessed by June.", "avg_vote": "6.7", "imdb_score": "6.7", "votes": 333, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 11, "reviews_from_critics": 3, "image_url": "https://m.media-amazon.com/images/M/MV5BNDZhNTIwMGQtYzI1My00ZTZiLTk3ZDgtMGIzMzdiYmM5NWFkXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Albert Conti", "C. Henry Gordon", "Frederick Burton", "Helen Twelvetrees", "Jill Esmond", "John Barrymore", "Mary Duncan", "Oscar Apfel", "Paul Hurst", "Ralph Ince", "William 'Stage' Boyd" ], "directors": [ "George Archainbaud" ], "writers": [ "Gene Fowler", "Louis Stevens" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "RKO Radio Pictures" }