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/19325?format=api
{ "id": 19325, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19325?format=api", "title": "Riley the Cop", "original_title": "Riley the Cop", "year": 1928, "date_published": "1928-11-25", "duration": 68, "description": "Joe Smith, a young bakery worker, gets engaged to Mary Coronelli, who comes from a wealthy family. Her snooty aunt takes Mary to Europe, hoping to break up the couple, but Joe uses his ...", "long_description": "Joe Smith, a young bakery worker, gets engaged to Mary Coronelli, who comes from a wealthy family. Her snooty aunt takes Mary to Europe, hoping to break up the couple, but Joe uses his savings to follow her there. Unfortunately, he is falsely accused of embezzling money for the trip from the bakery, and Officer Riley, a well-liked local cop, pursues Joe to Europe. While in Germany Riley falls for a young flapper in a beer garden, but he's in for a surprise when he finds out who she really is.", "avg_vote": "6.0", "imdb_score": "6.0", "votes": 171, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 4, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BZjNiNGU4NTctYWVjMy00ZWU5LTgwZDItZWQxNDE5YzczODdjXkEyXkFqcGdeQXVyMzI5NjUyMDM@._V1_UY268_CR9,0,182,268_AL_.jpg", "actors": [ "David Rollins", "J. Farrell MacDonald", "Louise Fazenda", "Nancy Drexel" ], "directors": [ "John Ford" ], "writers": [ "Fred Stanley", "James Gruen" ], "genres": [ "Comedy", "Drama" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Fox Film Corporation" }