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/20836?format=api
{ "id": 20836, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20836?format=api", "title": "The Doorway to Hell", "original_title": "The Doorway to Hell", "year": 1930, "date_published": "1930-10-18", "duration": 78, "description": "Despite his efforts to go straight, a young gangster keeps falling back into crime.", "long_description": "Lou Ricarno is a smart guy. His plan is to organize the various gangs in Chicago so that the mugs will not liquidate each other. WIth the success of his leadership, Louie prospers, marries Doris and retires to Florida to write his autobiography and play golf. In his absence the gang warfare flares, but he does not return as he wants to give a respectable image of life to his wife, younger brother and his Florida neighbors. While letters and telegrams from Mileaway will not influence his decision, events will.", "avg_vote": "6.5", "imdb_score": "6.5", "votes": 950, "metascore": null, "budget": 240000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 30, "reviews_from_critics": 14, "image_url": "https://m.media-amazon.com/images/M/MV5BODVhODRjMTEtNWEwYy00ZWVjLTkzYTItZmI1NmM4MDZmYTc2XkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Charles Judels", "Dorothy Mathews", "Dwight Frye", "Eddie Kane", "Edwin Argus", "James Cagney", "Jerry Mandy", "Kenneth Thomson", "Leon Janney", "Lew Ayres", "Noel Madison", "Robert Elliott", "Tom Wilson" ], "directors": [ "Archie Mayo" ], "writers": [ "George Rosener", "Rowland Brown" ], "genres": [ "Crime", "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Warner Bros." }