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/11351704?format=api
{ "id": 11351704, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11351704?format=api", "title": "Breakout", "original_title": "Breakout", "year": 2019, "date_published": "2019-11-15", "duration": 58, "description": "Jerry with Freddy and Chica is trapped within the FNAF pizzeria. After Jerry finding out who his dad really was.. he's determined to save him, however not before the FNAF Security Service ...", "long_description": "Jerry with Freddy and Chica is trapped within the FNAF pizzeria. After Jerry finding out who his dad really was.. he's determined to save him, however not before the FNAF Security Service arrives. It's not going to be an easy fight, and Jerry can't even trust his closest friends..", "avg_vote": "9.0", "imdb_score": "8.9", "votes": 170, "metascore": null, "budget": 1000, "budget_currency": "GBP", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": null, "reviews_from_critics": null, "image_url": "https://m.media-amazon.com/images/M/MV5BNWJkNmNlMTItY2U3Mi00YTYwLWE5OGItMGZhYzIyZWViZDgwXkEyXkFqcGdeQXVyMTEwNDgwMjgx._V1_UY268_CR9,0,182,268_AL_.jpg", "actors": [ "Arran", "Carl", "Dan", "Leonie" ], "directors": [ "Unknown" ], "writers": [ "Dan" ], "genres": [ "Adventure", "Comedy", "Drama" ], "countries": [ "UK" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Tycer Studios" }