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/11563836?format=api
{ "id": 11563836, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11563836?format=api", "title": "Da ying jia", "original_title": "Da ying jia", "year": 2020, "date_published": "2020-03-20", "duration": 97, "description": "Yan is a bank employee who is strict and prudent at doing things. But he is really considered as a weirdo by colleagues. The bank is selected as the place that takes part in a bank robbery ...", "long_description": "Yan is a bank employee who is strict and prudent at doing things. But he is really considered as a weirdo by colleagues. The bank is selected as the place that takes part in a bank robbery and annihilation maneuver, and Yan applies to act as the robber.", "avg_vote": "6.6", "imdb_score": "6.5", "votes": 190, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 1, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BZWYyZGU4MWQtOTI0ZS00NWEzLTliYTAtMjI4ZTNmNDY4YjA0XkEyXkFqcGdeQXVyNzI1NzMxNzM@._V1_UY268_CR4,0,182,268_AL_.jpg", "actors": [ "Alan Aruna", "Chengpeng Dong", "Di Xu", "Fan Zhang", "Ge Wang", "Hetang Meng", "Hui Tao", "Lele Dai", "Shaorong Zhang", "Xia Zhen", "Yan Liu", "Yanduo Yang", "Yu Tian", "Yuan Du", "Zixian Zhang" ], "directors": [ "Miao Yu" ], "writers": [ "Si Wang", "Xiao Li" ], "genres": [ "Comedy", "Drama" ], "countries": [ "China" ], "languages": [ "Mandarin" ], "rated": "Not rated or unkown rating", "company": "Unknown" }