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/19415?format=api
{ "id": 19415, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19415?format=api", "title": "L'inafferrabile", "original_title": "Spione", "year": 1928, "date_published": "1930-01-20", "duration": 150, "description": "The mastermind behind a ubiquitous spy operation learns of a dangerous romance between a Russian lady in his employ and a dashing agent from the government's secret service.", "long_description": "Haghi is a criminal mastermind whose ubiquitous spy operation is always several steps ahead of the police and the government's secret service. Enter Agent 326, the daring and dashing young man, who thinks his disguise as a dirty, bearded vagrant is fooling the unknown mastermind and his minions. But Haghi is well aware of 326's existence and what he looks like. Enter Sonya, a Russian lady in Haghi's employ. Haghi wants Sonya to subvert the efforts of the government agent, but doesn't count on her falling in love with him. Meanwhile, Haghi is anxious to get his hands on a Japanese peace treaty in the possession of the cunning Doctor Masimoto, whose mistress is also in his employ.", "avg_vote": "7.6", "imdb_score": "7.6", "votes": 3119, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 28, "reviews_from_critics": 46, "image_url": "https://m.media-amazon.com/images/M/MV5BZmMzMTMzNzgtYjNmMy00OGE2LTllODQtNDg4YmUxMjc4YmVjXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Craighall Sherry", "Fritz Rasp", "Gerda Maurus", "Hertha von Walther", "Lien Deyers", "Louis Ralph", "Lupu Pick", "Paul Hörbiger", "Rudolf Klein-Rogge", "Willy Fritsch" ], "directors": [ "Fritz Lang" ], "writers": [ "Fritz Lang", "Thea von Harbou" ], "genres": [ "Romance", "Thriller" ], "countries": [ "Germany" ], "languages": [ "German" ], "rated": "Not rated or unkown rating", "company": "Fritz Lang-Film" }