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/21749?format=api
{ "id": 21749, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21749?format=api", "title": "Luci della città", "original_title": "City Lights", "year": 1931, "date_published": "1931-04-02", "duration": 87, "description": "With the aid of a wealthy erratic tippler, a dewy-eyed tramp who has fallen in love with a sightless flower girl accumulates money to be able to help her medically.", "long_description": "A tramp falls in love with a beautiful blind girl. Her family is in financial trouble. The tramp's on-and-off friendship with a wealthy man allows him to be the girl's benefactor and suitor.", "avg_vote": "8.5", "imdb_score": "8.5", "votes": 165816, "metascore": "99.0", "budget": 1500000, "budget_currency": "USD", "usa_gross_income": 19181, "worldwide_gross_income": 46008, "reviews_from_users": 295, "reviews_from_critics": 122, "image_url": "https://m.media-amazon.com/images/M/MV5BY2I4MmM1N2EtM2YzOS00OWUzLTkzYzctNDc5NDg2N2IyODJmXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Al Ernest Garcia", "Charles Chaplin", "Florence Lee", "Hank Mann", "Harry Myers", "Virginia Cherrill" ], "directors": [ "Charles Chaplin" ], "writers": [ "Charles Chaplin" ], "genres": [ "Comedy", "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "G", "company": "Charles Chaplin Productions" }