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/18183?format=api
{ "id": 18183, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18183?format=api", "title": "My Best Girl", "original_title": "My Best Girl", "year": 1927, "date_published": "1927-10-31", "duration": 80, "description": "A department store's stock girl falls in love with a co-worker, the son of the store's manager; the feeling is mutual though he is engaged to a debutante and focusing on becoming successful without the influence of his father.", "long_description": "Joe Merrill, son of the millionaire owner of a chain of 5 and 10 cent stores, poses as Joe Grant, and takes a job in the stockroom of one of his father's stores, to prove that he can be a success without his father's influence. There he meets stockroom girl Maggie Johnson, and they fall in love. This causes problems, because Mrs. Merrill had planned for her son to marry Millicent Rogers, a high society girl.", "avg_vote": "7.4", "imdb_score": "7.4", "votes": 790, "metascore": null, "budget": 483103, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 22, "reviews_from_critics": 12, "image_url": "https://m.media-amazon.com/images/M/MV5BMjI1NzI2OTY3MV5BMl5BanBnXkFtZTgwODk1MjgwMjE@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Avonne Taylor", "Carmelita Geraghty", "Charles 'Buddy' Rogers", "Evelyn Hall", "Hobart Bosworth", "John Junior", "Lucien Littlefield", "Mack Swain", "Mary Pickford", "Sunshine Hart" ], "directors": [ "Sam Taylor" ], "writers": [ "Allen McNeil", "Kathleen Norris" ], "genres": [ "Comedy", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Mary Pickford Company" }