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/11237?format=api
{ "id": 11237, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11237?format=api", "title": "Il Golem - Come venne al mondo", "original_title": "Der Golem, wie er in die Welt kam", "year": 1920, "date_published": "1924-05-26", "duration": 76, "description": "In 16th-century Prague, a rabbi creates the Golem - a giant creature made of clay. Using sorcery, he brings the creature to life in order to protect the Jews of Prague from persecution.", "long_description": "In 16th-century Prague, a rabbi creates the Golem - a giant creature made of clay. Using sorcery, he brings the creature to life in order to protect the Jews of Prague from persecution.", "avg_vote": "7.2", "imdb_score": "7.2", "votes": 6772, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 51, "reviews_from_critics": 49, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ5MTQxMzkxNV5BMl5BanBnXkFtZTgwNTc4MjIyMjE@._V1_UY268_CR1,0,182,268_AL_.jpg", "actors": [ "Albert Steinrück", "Dore Paetzold", "Ernst Deutsch", "Greta Schröder", "Hans Stürm", "Loni Nest", "Lothar Müthel", "Lyda Salmonova", "Max Kronert", "Otto Gebühr", "Paul Wegener" ], "directors": [ "Carl Boese", "Paul Wegener" ], "writers": [ "Henrik Galeen", "Paul Wegener" ], "genres": [ "Fantasy", "Horror" ], "countries": [ "Germany" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "Projektions-AG Union (PAGU)" }