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/15493?format=api
{ "id": 15493, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15493?format=api", "title": "L'ombra bianca", "original_title": "The White Shadow", "year": 1924, "date_published": "1924-10-13", "duration": 82, "description": "In Paris a wild girl becomes possessed by the soul of her twin who died to save her life.", "long_description": "Two girls cast in the same mold physically, but in soul and character as far apart as the poles: Georgina, wistfully charming, sheltered from the world, and Nancy, devilishly fascinating, idol of the Paris underworld. Movingly and with a wealth of dramatic power, the story of these twin sisters is unfolded in \"The White Shadow.\"", "avg_vote": "6.3", "imdb_score": "6.3", "votes": 199, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 9, "reviews_from_critics": 5, "image_url": "https://m.media-amazon.com/images/M/MV5BMjQzNWU2ZGEtNjI0Mi00YzU0LTljZTQtYTFhNjFhMmIzZjM4L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNDMzNDQ4ODA@._V1_UY268_CR12,0,182,268_AL_.jpg", "actors": [ "A.B. Imeson", "Bert Darley", "Betty Compson", "Clive Brook", "Daisy Campbell", "Donald Searle", "Henry Victor", "Maresco Marisini", "Muriel Gregory", "Olaf Hytten" ], "directors": [ "Graham Cutts" ], "writers": [ "Alfred Hitchcock", "Michael Morton" ], "genres": [ "Drama" ], "countries": [ "UK" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Balcon" }