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/19726?format=api
{ "id": 19726, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19726?format=api", "title": "Ragazze d'America", "original_title": "Broadway Babies", "year": 1929, "date_published": "1930-01-20", "duration": 86, "description": "A Chorus girl who is in love with her stage manager is led to believe that he is in love with another young woman, so, she agrees to marry a bootlegger instead.", "long_description": "Dee lives with her two girlfriends in a boarding house. Billy is in love with Dee and runs the show where Dee is in the chorus. He has Dee stepping from the chorus to featured dancer. Gessant is a importer and gambler from Detroit. A gang is trying to keep him in town to fleece him and they use Dee as bait. He is introduced to Dee after her show and she and her friends go out with Gessant and his gambling buddies only because Dee is mad at Billy. Gessant helps her get another job as headliner at the New Moon Club. Billy and Dee break up over this job and Gessant falls for Dee. But Billy still loves Dee and Gessant loves Dee and Dee must choose who she wants.", "avg_vote": "6.4", "imdb_score": "6.4", "votes": 121, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 6, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BMmQ3MWIzNTAtMWI3OS00Njk3LTkzNTAtMWFlNjRiMmZmMjZhXkEyXkFqcGdeQXVyMjM5NTI4Mzc@._V1_UY268_CR17,0,182,268_AL_.jpg", "actors": [ "Alice White", "Bodil Rosing", "Charles Delaney", "Fred Kohler", "Jocelyn Lee", "Louis Natheaux", "Marion Byron", "Maurice Black", "Sally Eilers", "Tom Dugan" ], "directors": [ "Mervyn LeRoy" ], "writers": [ "Jay Gelzer", "Monte M. Katterjohn" ], "genres": [ "Drama", "Musical" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "First National Pictures" }