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/11439?format=api
{ "id": 11439, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11439?format=api", "title": "Il segno di Zorro", "original_title": "The Mark of Zorro", "year": 1920, "date_published": "1922-06-23", "duration": 79, "description": "A seemingly idiotic fop is really the courageous vigilante Zorro, who seeks to protect the oppressed.", "long_description": "In old Spanish California, the oppressive colonial government is opposed by Zorro, masked champion of the people, who appears out of nowhere with flashing sword and an athletic sense of humor, scarring the faces of evildoers with his Mark. Meanwhile, beautiful Lolita is courted by villainous Captain Ramon, rich but effete Don Diego... and dashing Zorro, who is never seen at the same time as Don Diego. As Zorro continues to evade pursuit, Ramon puts the damsel in distress...", "avg_vote": "7.1", "imdb_score": "7.1", "votes": 2185, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 37, "reviews_from_critics": 23, "image_url": "https://m.media-amazon.com/images/M/MV5BNTliMzlmYmUtYWRmYi00YzJjLWEwZDctZjgxMjFmMmE4ZjRiXkEyXkFqcGdeQXVyMDMxMjQwMw@@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Charles Hill Mailes", "Claire McDowell", "Douglas Fairbanks", "George Periolat", "Marguerite De La Motte", "Noah Beery", "Robert McKim", "Sidney De Gray", "Snitz Edwards", "Tote Du Crow", "Walt Whitman" ], "directors": [ "Fred Niblo" ], "writers": [ "Johnston McCulley" ], "genres": [ "Adventure", "Romance", "Western" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Douglas Fairbanks Pictures" }