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/19591?format=api
{ "id": 19591, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19591?format=api", "title": "Il destino", "original_title": "A Woman of Affairs", "year": 1928, "date_published": "1928-12-15", "duration": 98, "description": "When two childhood sweethearts are kept from marrying, misery ensues.", "long_description": "Even when Diana, Neville and David played together as children, Diana knew that she loved Nevs. But Morton, Nevs' father, did not like any Merrick. Since Nevs did not have any money, Morton sent him off to Egypt to work and also talked him out of marrying Diana before he left. Diana waited two years and then married David, who Jeffry thought was the greatest thing since sliced bread. While in Paris, David jumps to his death when the cops come after him and Diana lies about the reason for the sake of Jeffry. Of course Jeffry, who has been a drunk all his life, cuts all ties with Diana. While Nevs still loves Diana, she does not return to England for seven years - just 3 days before Nevs' wedding to Constance.", "avg_vote": "7.2", "imdb_score": "7.2", "votes": 1366, "metascore": null, "budget": 383000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 17, "reviews_from_critics": 10, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQzMzUyNjc0OF5BMl5BanBnXkFtZTgwNTk5MjgzMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Dorothy Sebastian", "Douglas Fairbanks Jr.", "Greta Garbo", "Hobart Bosworth", "John Gilbert", "Johnny Mack Brown", "Lewis Stone" ], "directors": [ "Clarence Brown" ], "writers": [ "Marian Ainslee", "Michael Arlen" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }