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/21148?format=api
{ "id": 21148, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21148?format=api", "title": "Castigo", "original_title": "Min and Bill", "year": 1930, "date_published": "1930-11-29", "duration": 69, "description": "Min, the owner of a dockside hotel, is forced to make difficult decisions about the future of Nancy, the young woman she took in as an infant.", "long_description": "Min owns the waterfront hotel where Bill, the captain of a fishing boat, lives. Also living and working in the hotel is Nancy, whom Min took in some years ago as an abandoned girl. Now that Nancy is older, the truant officer and the police think that she should be moved to a different environment, and Min is torn between her attachment to Nancy and her concern that the waterfront may not be the best place for a young woman. Matters are brought to a head by the sudden re-appearance of Belle, Nancy's disreputable mother.", "avg_vote": "6.8", "imdb_score": "6.8", "votes": 1562, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 20, "reviews_from_critics": 12, "image_url": "https://m.media-amazon.com/images/M/MV5BOTdjZjI5ZmEtZTI0Mi00MjJkLWE0ZDQtNjEzYTFkMjYzMGY3XkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "DeWitt Jennings", "Don Dillaway", "Dorothy Jordan", "Frank McGlynn Sr.", "Gretta Gould", "Marie Dressler", "Marjorie Rambeau", "Russell Hopton", "Wallace Beery" ], "directors": [ "George W. Hill" ], "writers": [ "Frances Marion", "Lorna Moon" ], "genres": [ "Comedy", "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }