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/18839?format=api
{ "id": 18839, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18839?format=api", "title": "I dannati dell'oceano", "original_title": "The Docks of New York", "year": 1928, "date_published": "1928-09-29", "duration": 76, "description": "A blue-collar worker on New York's depressed waterfront finds his life changed after he saves a woman attempting suicide.", "long_description": "Bill Roberts works as a stoker on a coal-red barge. It's dirty, hard work and the men have to put up with a foreman, Andy, who seems to enjoy making their life miserable. When finally off the ship, Bill sees a young woman struggling in the water - apparently trying to commit suicide. He takes her to the Sandbar saloon, the sailors' hangout. The girl is Mae and Bill takes a shine to her but so does Andy. One thing leads to another and Bill asks her to marry him then and there. They don't have a marriage ;licence however and despite Bill promising to get one first thing the morning he decides to leave her behind. When she gets into trouble however, Bill steps in.", "avg_vote": "7.5", "imdb_score": "7.5", "votes": 3936, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 34, "reviews_from_critics": 51, "image_url": "https://m.media-amazon.com/images/M/MV5BN2FmNTM2NTItYmY4Yi00MjRiLThkMGUtNzRhODIzNjVjNDgwXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Betty Compson", "Clyde Cook", "George Bancroft", "Gustav von Seyffertitz", "Mitchell Lewis", "Olga Baclanova" ], "directors": [ "Josef von Sternberg" ], "writers": [ "John Monk Saunders", "Jules Furthman" ], "genres": [ "Crime", "Drama", "Film-Noir" ], "countries": [ "USA" ], "languages": [ "English" ], "rated": "Not rated or unkown rating", "company": "Paramount Pictures" }