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/18910?format=api
{ "id": 18910, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18910?format=api", "title": "Quattro mura", "original_title": "Four Walls", "year": 1928, "date_published": "1928-08-11", "duration": 60, "description": "While Benny is in jail his old henchman Monk takes over the gang and Benny's girl Frieda. Once out Benny wants nothing to do with either. He has reformed and is beloved of his god-fearing ...", "long_description": "While Benny is in jail his old henchman Monk takes over the gang and Benny's girl Frieda. Once out Benny wants nothing to do with either. He has reformed and is beloved of his god-fearing mother's good friend Bertha. But Frieda pursues him and, at a party, announces her engagement to Monk in order to make Benny really jealous. A rival gang attacks during the party and Benny takes over, running off with Bertha in his arms. In a chase across the rooftops, Monk falls to his death. Benny is accused and later cleared of Monk's \"murder\".", "avg_vote": "3.9", "imdb_score": "3.8", "votes": 305, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": null, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BNzFlMzQxM2YtOTQ5NC00ZWRhLWI0ZjQtZGMwYjM0ZTg4Y2JiL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR4,0,182,268_AL_.jpg", "actors": [ "Carmel Myers", "Helen Brent", "Jack Byron", "Joan Crawford", "John Gilbert", "Louis Natheaux", "Robert Emmett O'Connor", "Vera Gordon" ], "directors": [ "William Nigh" ], "writers": [ "George Abbott" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }