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/10103?format=api
{ "id": 10103, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10103?format=api", "title": "Eyes of Youth", "original_title": "Eyes of Youth", "year": 1919, "date_published": "1919-11-30", "duration": 78, "description": "A young woman at a crossroads is shown what her future would be like for each choice.", "long_description": "A young woman, confronted by four options for proceeding in her life, is granted the ability to see what results would come from her choice of of the options. After she sees her future along three of the roads, she makes her choice.", "avg_vote": "5.3", "imdb_score": "5.3", "votes": 646, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 6, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BOTQ5MTY1NzI2MF5BMl5BanBnXkFtZTcwMDM4ODIxMw@@._V1_UY268_CR43,0,182,268_AL_.jpg", "actors": [ "Clara Kimball Young", "Edmund Lowe", "Edward Kimball", "Gareth Hughes", "Milton Sills", "Norman Selby", "Pauline Starke", "Ralph Lewis", "Rudolph Valentino", "Sam Sothern", "Vincent Serrano", "William Courtleigh" ], "directors": [ "Albert Parker" ], "writers": [ "Albert Parker", "Max Marcin" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Harry Garson Productions" }