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/21133?format=api
{ "id": 21133, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21133?format=api", "title": "Maybe It's Love", "original_title": "Maybe It's Love", "year": 1930, "date_published": "1930-10-04", "duration": 72, "description": "A college football player (Joe E. Brown) persuades a beautiful young woman (Joan Bennett) to individually flirt with an entire team of All-American football players, in order to entice them...", "long_description": "A college football player (Joe E. Brown) persuades a beautiful young woman (Joan Bennett) to individually flirt with an entire team of All-American football players, in order to entice them over to her college. But the players get angry and threaten to walk out when they find out that they have been fooled, and they get even madder when they discover that she has actually fallen in love with one of their own teammates (James Hall).", "avg_vote": "5.1", "imdb_score": "5.0", "votes": 234, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 16, "reviews_from_critics": 4, "image_url": "https://m.media-amazon.com/images/M/MV5BNGUwZjA5YzQtZDBiZC00ZWQ3LWE3YWMtNWNiNTM5ZTI3YzczXkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UY268_CR12,0,182,268_AL_.jpg", "actors": [ "Bill Banker", "George Bickel", "George Irving", "Howard Harpster", "James Hall", "Joan Bennett", "Joe E. Brown", "Kenneth Haycraft", "Laura Lee", "Otto Pommerening", "Ray Montgomery", "Red Sleight", "Russell Saunders", "Sumner Getchell", "Tim Moynihan" ], "directors": [ "William A. Wellman" ], "writers": [ "Darryl F. Zanuck", "Joseph Jackson" ], "genres": [ "Comedy", "Music", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Warner Bros." }