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/20247?format=api
{ "id": 20247, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20247?format=api", "title": "Ragazze americane", "original_title": "Our Modern Maidens", "year": 1929, "date_published": "1929-09-08", "duration": 76, "description": "A flapper charms a diplomat to procure her fiancé a career opportunity, while the fiancé starts a relationship with her best friend.", "long_description": "Young vivacious Billie uses her charms on influential businessman Glenn Abbott in hopes of getting her secret fiancée Gil a diplomatic appointment. Meanwhile Gil's affections meander to beautiful ingenue Kentucky, Billie's best friend. After securing Gil's appointment, Abbott is crushed to learn of Billie's impending marriage. What Billie didn't count on was Gil getting Kentucky pregnant. This throws her wedding day into scandal and creates turmoil in the lives of the youthful quartet.", "avg_vote": "6.0", "imdb_score": "6.0", "votes": 674, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 20, "reviews_from_critics": 9, "image_url": "https://m.media-amazon.com/images/M/MV5BMTk5NjQ2MDg3NV5BMl5BanBnXkFtZTgwNzE0NzM3NDE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Albert Gran", "Anita Page", "Douglas Fairbanks Jr.", "Edward J. Nugent", "Joan Crawford", "Josephine Dunn", "Rod La Rocque" ], "directors": [ "Jack Conway" ], "writers": [ "Josephine Lovett", "Marian Ainslee" ], "genres": [ "Comedy", "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }