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/19195?format=api
{ "id": 19195, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19195?format=api", "title": "La donna misteriosa", "original_title": "The Mysterious Lady", "year": 1928, "date_published": "1928-08-04", "duration": 96, "description": "An attractive Russian spy seduces an Austrian officer in order to get some important plans, but when she actually falls in love with him, both of them are placed in a dangerous situation.", "long_description": "In Vienna, in the beginning of the Twentieth Century, Captain Karl von Raden and his partner Captain Max Heinrich learn in the box office that the ticket for the opera is sold-out. Out of the blue, a man returns his ticket and Karl buys it and shares a box with a gorgeous woman that is waiting for her cousin. Karl gives a ride home to the lady and they spend the night together. On the next day, they spend a wonderful day in the countryside together. Karl is assigned to travel to Berlin by train to deliver secret plans to the German government. His uncle, Colonel Eric von Raden, who is the chief of the Austrian secret service, advises Karl the woman with whom he had spent the previous day is the notorious Russian spy Tania Fedorova. While in the train, Tania meets Karl to tell that she is in love with him, but he rejects her telling that he knows who she is. On the next morning, Karl wakes up and finds that the plans have been stolen and he receives a message from Tania telling that ...", "avg_vote": "7.2", "imdb_score": "7.3", "votes": 1162, "metascore": null, "budget": 337000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 27, "reviews_from_critics": 16, "image_url": "https://m.media-amazon.com/images/M/MV5BMjAyYzA4NDEtZmFmNy00NGFmLTkxNjgtM2Y5YzlmM2MxNTAzXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR3,0,182,268_AL_.jpg", "actors": [ "Albert Pollet", "Conrad Nagel", "Edward Connelly", "Greta Garbo", "Gustav von Seyffertitz", "Richard Alexander" ], "directors": [ "Fred Niblo" ], "writers": [ "Bess Meredyth", "Ludwig Wolff" ], "genres": [ "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }