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/15643?format=api
{ "id": 15643, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/15643?format=api", "title": "Braveheart", "original_title": "Braveheart", "year": 1925, "date_published": "1925-12-27", "duration": 71, "description": "Chief Standing Rock's tribe has a treaty protecting their fishing grounds, but a canning corporation is violating the treaty through intimidation and force. The tribe is divided as to how ...", "long_description": "Chief Standing Rock's tribe has a treaty protecting their fishing grounds, but a canning corporation is violating the treaty through intimidation and force. The tribe is divided as to how to handle the threat. Standing Rock's son, Braveheart, is sent to college to study law so that he can protect their rights, but others in the tribe, led by the hot-tempered Ki-Yote, want to provoke a more violent confrontation.", "avg_vote": "7.0", "imdb_score": "6.9", "votes": 175, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 2, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BZWE3MzNlOGYtMzA5ZS00OWIxLTlmMGYtOWQ1NDEzNzc4NTcyXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Arthur Housman", "Frank Hagney", "Henry Victor", "Jean Acker", "Lillian Rich", "Nipo T. Strongheart", "Robert Edeson", "Rod La Rocque", "Sally Rand", "Tyrone Power Sr." ], "directors": [ "Alan Hale" ], "writers": [ "Elmer Harris", "Mary O'Hara" ], "genres": [ "Western" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Cinema Corporation of America" }