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/18618?format=api
{ "id": 18618, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18618?format=api", "title": "Amore e mare", "original_title": "Across to Singapore", "year": 1928, "date_published": "1928-04-07", "duration": 85, "description": "Conflict ensues when a young man's childhood sweetheart becomes betrothed to his older brother.", "long_description": "It's the mid-nineteenth century. The neighboring Shore and Crowninshield families of the American east coast have a long tradition of seafaring. Of Jeremiah Shore's four sons, the only one not at sea is the youngest, Joel Shore, solely because of his age. Joel has had a long friendship with the Crowninshield's daughter, Priscilla Crowninshield, that friendship which is now on the brink of romantic love as they become of age, although this new-found love is unspoken on both sides. Joel hopes that when his eldest brother, Mark Shore, captain of the Nathan Ross, returns home from his latest voyage, he will allow Joel to sail with him. Although Mark still sees Joel as the \"youngin'\" of the family, Joel, through slightly underhanded means, is able to convince Mark that he is man enough to become a sailor. Also on this layover at home, Mark notices that Priscilla has become a beautiful young woman, who he now wants to marry. Mark arranges the engagement with his father and Priscilla's ...", "avg_vote": "6.0", "imdb_score": "6.0", "votes": 964, "metascore": null, "budget": 290000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 18, "reviews_from_critics": 4, "image_url": "https://m.media-amazon.com/images/M/MV5BNjc3NzUxMzQtMzE0YS00MGYzLTliMGYtYjVlODg0YzgxM2ViXkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Dan Wolheim", "Duke Martin", "Edward Connelly", "Ernest Torrence", "Frank Currier", "Jim Mason", "Joan Crawford", "Ramon Novarro" ], "directors": [ "William Nigh" ], "writers": [ "Ben Ames Williams", "Ted Shane" ], "genres": [ "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }