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/14826?format=api
{ "id": 14826, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/14826?format=api", "title": "Dante's Inferno", "original_title": "Dante's Inferno", "year": 1924, "date_published": "1924-09-07", "duration": 60, "description": "The tactics of a vicious slumlord and greedy businessman finally drive a distraught man to commit suicide. The businessman is tried for murder and executed, and is afterward taken by demons...", "long_description": "The tactics of a vicious slumlord and greedy businessman finally drive a distraught man to commit suicide. The businessman is tried for murder and executed, and is afterward taken by demons to the Hell where he will spend the rest of eternity.", "avg_vote": "5.7", "imdb_score": "5.7", "votes": 110, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 259784, "worldwide_gross_income": null, "reviews_from_users": 4, "reviews_from_critics": 5, "image_url": "https://m.media-amazon.com/images/M/MV5BMTgwNDAwMDMzMl5BMl5BanBnXkFtZTgwMTg2NTUyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Gloria Grey", "Howard Gaye", "Josef Swickard", "Lawson Butt", "Lorimer Johnston", "Pauline Starke", "Ralph Lewis", "William Scott", "Winifred Landis" ], "directors": [ "Henry Otto" ], "writers": [ "Cyrus Wood", "Edmund Goulding" ], "genres": [ "Drama", "Horror", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Fox Film Corporation" }