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/20480?format=api
{ "id": 20480, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20480?format=api", "title": "Tanned Legs", "original_title": "Tanned Legs", "year": 1929, "date_published": "1929-11-10", "duration": 71, "description": "Peggy and Bill are high society lovebirds, but their marriage plans are put on hold while Peggy spends most of her summer straightening out her wayward parents and her unlucky-in-love ...", "long_description": "Peggy and Bill are high society lovebirds, but their marriage plans are put on hold while Peggy spends most of her summer straightening out her wayward parents and her unlucky-in-love sister Janet. Mama and Papa are set to rights fairly quickly, but Janet's the one with real problems. It seems she sent some compromising love letters to a worthless cad, and now the bounder wants to use the letters for blackmail. Peggy's friend Roger and his flapper sweetheart Tootie hatch an elaborate plan to retrieve the incriminating letters and salvage Janet's reputation.", "avg_vote": "5.6", "imdb_score": "5.6", "votes": 137, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 8, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI2NjYwNTMwNl5BMl5BanBnXkFtZTgwMTgzNzY3MjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Albert Gran", "Allen Kearns", "Ann Pennington", "Arthur Lake", "Dorothy Revier", "Edmund Burns", "Johnny Johnson", "Johnny Johnson's Orchestra", "June Clyde", "Lincoln Stedman", "Nella Walker", "Sally Blane" ], "directors": [ "Marshall Neilan" ], "writers": [ "Thomas J. Geraghty" ], "genres": [ "Comedy", "Musical" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "RKO Radio Pictures" }