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/20581?format=api
{ "id": 20581, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20581?format=api", "title": "Vendetta d'oriente", "original_title": "Where East Is East", "year": 1929, "date_published": "1929-05-04", "duration": 65, "description": "When an animal trapper in Indo-China finds that his daughter's fiancé is being successfully seduced by her estranged mother, he takes appropriate action.", "long_description": "'Tiger' Haynes is a respected trapper of jungle beasts for zoos and circuses and a doting father to his beautiful young daughter Toyo. When he finds out that she's fallen in love with Bobby Bailey, the son of a wealthy circus owner he frequently deals with, Haynes is initially suspicious of the young man's motives. However, Bailey's sincerity soon wins him over, and they take the river boat to Saigon together to see the young man's father. While on board Bobby meets the femme fatale cougar, Mme. de Sylva, who immediately desires the young man and easily seduces him. In reality, she is Toyo's mother and a notoriously predatory seductress. Tiger adamantly insinuates himself between de Sylva and her latest conquest and seemingly breaks up the romance and returns home to oversee Toyo and Bobby's wedding, but Toyo's mother unexpectedly arrives with the objective of vamping Bobby. In order to avoid having Toyo's heart broken by her mother, Tiger resorts to the 'law of the jungle.'", "avg_vote": "6.6", "imdb_score": "6.6", "votes": 492, "metascore": null, "budget": 295000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 13, "reviews_from_critics": 11, "image_url": "https://m.media-amazon.com/images/M/MV5BMTg3OTA1NzY1MV5BMl5BanBnXkFtZTgwODg1NTAwMjE@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Estelle Taylor", "Lloyd Hughes", "Lon Chaney", "Louis Stern", "Lupe Velez", "Mrs. Wong Wing" ], "directors": [ "Tod Browning" ], "writers": [ "Harry Sinclair Drago", "Tod Browning" ], "genres": [ "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }