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/20458?format=api
{ "id": 20458, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20458?format=api", "title": "La ragazza del bacio", "original_title": "Street Girl", "year": 1929, "date_published": "1932-01-01", "duration": 87, "description": "A homeless and destitute violinist joins a combo to bring it success, but has problems with her love life.", "long_description": "Jobless, homeless and starving Freddie Joyzelle is saved by Mike Fall from the clutches of a masher, and is then invited to stay with him and his musician partners for at least two weeks. The four men call themselves The Four Seasons because of their surnames: there is also Joe Spring, Happy Winter and Pete Summer. Besides joining their group as a violinist, Freddie cooks and cleans for them and even gets them a gig at the Little Aregon restaurant after they are fired for asking for a raise at their old job. She is from the country of Aregon and knows the owner, Mr. Keppel, also from Aregon. When Prince Nicholaus of Aregon pays a visit to the restaurant and recognizes Freddie, he kisses her on the forehead, creating front page news that makes the restaurant famous. Keppel decides to open a larger restaurant because of the increase in business. Although Mike and Freddie love each other, Mike gets jealous at the attention Freddie gives the Prince, and quits the group two hours before ...", "avg_vote": "6.1", "imdb_score": "6.1", "votes": 336, "metascore": null, "budget": 211000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 12, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BMmJiMDczOTYtMjUxNS00MTQyLTg4NDEtMjc2ZjQyMjZkOTc5XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Betty Compson", "Doris Eaton", "Gus Arnheim and His Cocoanut Grove Ambassadors", "Guy Buccola", "Ivan Lebedeff", "Jack Oakie", "John Harron", "Joseph Cawthorn", "Ned Sparks" ], "directors": [ "Wesley Ruggles" ], "writers": [ "Jane Murfin", "W. Carey Wonderly" ], "genres": [ "Drama", "Musical", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "RKO Radio Pictures" }