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/16664?format=api
{ "id": 16664, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16664?format=api", "title": "L'aquila azzurra", "original_title": "The Blue Eagle", "year": 1926, "date_published": "1926-09-12", "duration": 58, "description": "George and Big Jim are comrades in the Navy but rivals outside it, both fighting for the love of Rose, the local policeman's daughter. When the war is over Father Regan tries to unite them ...", "long_description": "George and Big Jim are comrades in the Navy but rivals outside it, both fighting for the love of Rose, the local policeman's daughter. When the war is over Father Regan tries to unite them against dope traffic that has George's brother in it, and to make them settle their differences through a boxing fight.", "avg_vote": "5.5", "imdb_score": "5.5", "votes": 140, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 5, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BYjNhMzFhN2YtMWRlZS00YjBjLThjYjgtYjM0YjJhNDY1ZjI3XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "David Butler", "George O'Brien", "Janet Gaynor", "Jerry Madden", "Lew Short", "Margaret Livingston", "Philip Ford", "Ralph Sipperly", "Robert Edeson", "William Russell" ], "directors": [ "John Ford" ], "writers": [ "Gerald Beaumont", "Gordon Rigby" ], "genres": [ "Action", "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Fox Film Corporation" }