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/16895?format=api
{ "id": 16895, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16895?format=api", "title": "Il re degli straccioni", "original_title": "For Heaven's Sake", "year": 1926, "date_published": "1926-04-05", "duration": 58, "description": "An irresponsible young millionaire changes his tune when he falls for the daughter of a downtown minister.", "long_description": "The Uptown Boy, J. Harold Manners (Lloyd) is a millionaire playboy who falls for the Downtown Girl, Hope (Ralston) who works in Brother Paul's (Weigel) mission. In order to build up attendance, and win Hope's attention, Harold runs through town causing trouble, and winds up with a crowd chasing him right into the mission. He eventually wins the girl and they marry, but not without some interference from his high-brow friends.", "avg_vote": "7.5", "imdb_score": "7.4", "votes": 1430, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 577310, "worldwide_gross_income": null, "reviews_from_users": 17, "reviews_from_critics": 12, "image_url": "https://m.media-amazon.com/images/M/MV5BMTcxMTEwMTIzNl5BMl5BanBnXkFtZTgwMzYzODYwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Harold Lloyd", "Jim Mason", "Jobyna Ralston", "Noah Young", "Paul Weigel" ], "directors": [ "Sam Taylor" ], "writers": [ "John Grey", "Ted Wilde" ], "genres": [ "Action", "Comedy", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "The Harold Lloyd Corporation" }