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/22725?format=api
{ "id": 22725, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/22725?format=api", "title": "L'uomo che ho ucciso", "original_title": "Broken Lullaby", "year": 1932, "date_published": "1932-01-24", "duration": 76, "description": "French soldier travels to Germany to find a family of a man he killed during World War I.", "long_description": "A young French soldier in World War I is overcome with guilt when he kills a German soldier who, like himself, is a musically gifted conscript, each having attended the same musical conservatory in France. The fact that the incident occurred in war does not assuage his guilt. He travels to Germany to meet the man's family.", "avg_vote": "7.6", "imdb_score": "7.6", "votes": 847, "metascore": null, "budget": 889154, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 16, "reviews_from_critics": 13, "image_url": "https://m.media-amazon.com/images/M/MV5BYzJlMDZjM2QtNWU4Ny00ZGRiLTljNjctZGZjNGM2ZmIzN2I1XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR13,0,182,268_AL_.jpg", "actors": [ "Emma Dunn", "Frank Sheridan", "George Bickel", "Lionel Barrymore", "Louise Carter", "Lucien Littlefield", "Nancy Carroll", "Phillips Holmes", "Reinhold Pasch", "Rod McLennan", "Tom Douglas", "Zasu Pitts" ], "directors": [ "Ernst Lubitsch" ], "writers": [ "Maurice Rostand", "Reginald Berkeley" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }