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/19388?format=api
{ "id": 19388, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19388?format=api", "title": "Il cantante pazzo", "original_title": "The Singing Fool", "year": 1928, "date_published": "1929-04-19", "duration": 105, "description": "A singing waiter and composer (Al Jolson) loves two women (Betty Bronson, Josephine Dunn), conquers Broadway and holds his dying son, singing \"Sonny Boy.\"", "long_description": "Al Stone is singing waiter in a speakeasy who is in love with Molly, the singing star at the speakeasy, but she spurns him. Al gets his big break and goes on to become a Broadway sensation.", "avg_vote": "6.2", "imdb_score": "6.2", "votes": 207, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": 10900000, "worldwide_gross_income": 12862000, "reviews_from_users": 13, "reviews_from_critics": 6, "image_url": "https://m.media-amazon.com/images/M/MV5BNTc3NTc0MzY5MF5BMl5BanBnXkFtZTgwNDA3ODkzMjE@._V1_UY268_CR3,0,182,268_AL_.jpg", "actors": [ "Agnes Franey", "Al Jolson", "Arthur Housman", "Betty Bronson", "Davey Lee", "Edward Martindel", "Helen Lynch", "Josephine Dunn", "Reed Howes", "Robert Emmett O'Connor", "The Yacht Club Boys" ], "directors": [ "Lloyd Bacon" ], "writers": [ "C. Graham Baker" ], "genres": [ "Drama", "Musical" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Warner Bros." }