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/20814?format=api
{ "id": 20814, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20814?format=api", "title": "La beffa della vita", "original_title": "David Golder", "year": 1931, "date_published": "1934-07-02", "duration": 86, "description": "David is a poor but ambitious Polish Jew who reinvents himself as a powerful New York business magnate. After gaining wealth, he relocates to Paris, only to have his selfish and demanding wife squander his fortune.", "long_description": "David is a poor but ambitious Polish Jew who reinvents himself as a powerful New York business magnate. After gaining wealth, he relocates to Paris, only to have his selfish and demanding wife squander his fortune.", "avg_vote": "7.0", "imdb_score": "7.0", "votes": 193, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 2, "reviews_from_critics": 12, "image_url": "https://m.media-amazon.com/images/M/MV5BNzMwN2E1YWYtODE0NS00YTdhLWEyYzYtODlkZmQ3NmI4ZjIyXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UY268_CR0,0,182,268_AL_.jpg", "actors": [ "Camille Bert", "Charles Dorat", "Gaston Jacquet", "Harry Baur", "Jackie Monnier", "Jacques Grétillat", "Jean Bradin", "Jean Coquelin", "Jeanne Bernard", "Léon Arvel", "Nicole Yoghi", "Paul Franceschi", "Paule Andral" ], "directors": [ "Julien Duvivier" ], "writers": [ "Irène Némirovsky", "Julien Duvivier" ], "genres": [ "Drama" ], "countries": [ "France" ], "languages": [ "French", "German", "Russian", "Yiddish" ], "rated": "Not rated or unkown rating", "company": "Les Films Marcel Vandal et Charles Delac" }