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/18451?format=api
{ "id": 18451, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18451?format=api", "title": "Il principe studente", "original_title": "The Student Prince in Old Heidelberg", "year": 1927, "date_published": "1928-11-07", "duration": 106, "description": "A cloistered, overprotected Austrian prince falls in love with a down-to-earth barmaid in this \"Viennese fairy tale.\"", "long_description": "Young Prince Karl Heinrich has spent his entire life behind the palace gates protected from the world. He has been raised in a melancholy atmosphere of strict discipline and duty, yet he often looks out at the frolics of youths and maidens who live beyond the walls. When he passes his exams, Karl is sent to Heidelberg to complete his studies. It is a heady new world of brew, song, and comradeship. Karl falls in love with Kathi, a pretty barmaid, and she reciprocates. But can the love survive their disparate backgrounds? Will Karl ever find happiness or will duty deny it to him?", "avg_vote": "7.6", "imdb_score": "7.6", "votes": 1355, "metascore": null, "budget": 1205000, "budget_currency": "USD", "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 28, "reviews_from_critics": 11, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ2ODg1Mzk5N15BMl5BanBnXkFtZTgwNDc0MjUzMjE@._V1_UY268_CR14,0,182,268_AL_.jpg", "actors": [ "Bobbie Mack", "Edgar Norton", "Edward Connelly", "Gustav von Seyffertitz", "Jean Hersholt", "John S. Peters", "Norma Shearer", "Otis Harlan", "Philippe De Lacy", "Ramon Novarro" ], "directors": [ "Ernst Lubitsch", "John M. Stahl" ], "writers": [ "Karl Heinrich", "Marian Ainslee" ], "genres": [ "Drama", "Romance" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }