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/20642?format=api
{ "id": 20642, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20642?format=api", "title": "Anna Christie", "original_title": "Anna Christie", "year": 1930, "date_published": "1930-12-22", "duration": 85, "description": "A young woman reunites with her estranged father and falls in love with a sailor, but struggles to tell them about her dark past.", "long_description": "In New York, the alcoholic skipper of a coal barge Chris Christofferson receives a letter from his estranged twenty year old daughter Anna \"Christie\" Christofferson telling that she will leave Minnesota to stay with him. Chris left Anna fifteen years ago to the countryside to be raised by relatives in a farm in St. Paul and he has never visited his daughter. Anna Christie arrives and she is a wounded woman with a hidden dishonorable past since she had worked for two years in a brothel to survive. She moves to the barge to live with her father and one night, Chris rescues the sailor Matt and two other fainted sailors from the sea. Soon Anna and Matt fall in love with each other and Anna has the best days of her life. But when Matt proposes to marry her, she is reluctant and also haunted by her past. Matt insists and Anna opens her heart to Matt and to her father disclosing the darks secrets of her past.", "avg_vote": "6.9", "imdb_score": "6.9", "votes": 778, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 16, "reviews_from_critics": 3, "image_url": "https://m.media-amazon.com/images/M/MV5BYWMzOGRjNTEtODQ5OC00NDU2LWIxZTAtMGE0ZTVlZmQ0M2FlXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UY268_CR13,0,182,268_AL_.jpg", "actors": [ "Greta Garbo", "Hans Junkermann", "Salka Viertel", "Theo Shall" ], "directors": [ "Jacques Feyder" ], "writers": [ "Frances Marion", "Walter Hasenclever" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "German" ], "rated": "Not rated or unkown rating", "company": "Metro-Goldwyn-Mayer (MGM)" }