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/21152?format=api
{ "id": 21152, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21152?format=api", "title": "Un marito fuori posto", "original_title": "Montana Moon", "year": 1930, "date_published": "1930-03-20", "duration": 89, "description": "A vacuous and flirtatious daughter of a wealthy rancher falls in love and marries a Texas cowboy and rancher, who calls her 'Montana', and eventually clash over their different lifestyles, to the point of almost ending their marriage.", "long_description": "While returning to Montana from a fling in New York, wealthy Joan Prescott leaves the train, intending to return to the big city. She runs into handsome cowboy Larry and gets engaged. On their wedding night she does a sultry dance with Jeff which ends with a prolonged kiss. Larry slugs Jeff. Angry Joan entrains for New York, but train robbers kidnap her. The leader of the pretend-bandits is Larry.", "avg_vote": "4.7", "imdb_score": "4.7", "votes": 430, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 18, "reviews_from_critics": 8, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ0MjUzNTk3NF5BMl5BanBnXkFtZTgwMDIwMDM2NjE@._V1_UY268_CR3,0,182,268_AL_.jpg", "actors": [ "Benny Rubin", "Cliff Edwards", "Dorothy Sebastian", "Joan Crawford", "Johnny Mack Brown", "Karl Dane", "Lloyd Ingraham", "Ricardo Cortez" ], "directors": [ "Malcolm St. Clair" ], "writers": [ "Frank Butler", "Sylvia Thalberg" ], "genres": [ "Comedy", "Drama", "Musical" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }