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/19839?format=api
{ "id": 19839, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19839?format=api", "title": "The Duke Steps Out", "original_title": "The Duke Steps Out", "year": 1929, "date_published": "1929-03-16", "duration": 62, "description": "Millionaire's son Duke wants to be a champion boxer but takes time out to enroll in college when he sees co-ed Susie. The students wonder about his having a chauffeur and house full of ...", "long_description": "Millionaire's son Duke wants to be a champion boxer but takes time out to enroll in college when he sees co-ed Susie. The students wonder about his having a chauffeur and house full of servants. Susie likes him but, to get rid of her, his manager tells her Duke already has a New York chorus girl. As the students listen to a radio broadcast of his victorious fight from San Francisco, she learns that the student Duke is the boxer Duke and that there is no chorus girl.", "avg_vote": "3.1", "imdb_score": "3.0", "votes": 116, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": null, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BMTY4MDA1OTQ1MV5BMl5BanBnXkFtZTgwMTA5ODQwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Delmer Daves", "Edward J. Nugent", "Herbert Prior", "Jack Roper", "Joan Crawford", "Karl Dane", "Luke Cosgrave", "Tenen Holtz", "William Haines" ], "directors": [ "James Cruze" ], "writers": [ "Dale Van Every", "Falkland L. Cary" ], "genres": [ "Comedy", "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }