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/19098?format=api
{ "id": 19098, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19098?format=api", "title": "Le sette aquile", "original_title": "Lilac Time", "year": 1928, "date_published": "1928-10-18", "duration": 80, "description": "All of those handsome young men in their flying machines are billeted in a field next to the Widow Berthelot's farmhouse in France. Her daughter Jeannine is curious about the young men ...", "long_description": "All of those handsome young men in their flying machines are billeted in a field next to the Widow Berthelot's farmhouse in France. Her daughter Jeannine is curious about the young men fighting for England in World War I and their airplanes. Then one of the aviators is killed. His replacement is Captain Philip Blythe who can't help but notice Jeannine. When he lands the first time, she is standing in the middle of his \"runway.\" She makes a more favorable impression when he sees her later by the lilacs. When all of the young men depart on a mission, Blythe promises to return.", "avg_vote": "6.1", "imdb_score": "6.1", "votes": 638, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 7, "reviews_from_critics": 2, "image_url": "https://m.media-amazon.com/images/M/MV5BNmVlMGJiMTItMjZlNy00ZTExLWFiMDMtMGE1YmMyMzZlNWYzXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "Arthur Lake", "Burr McIntosh", "Cleve Moore", "Colleen Moore", "Dan Dowling", "Dick Grace", "Eugenie Besserer", "Gary Cooper", "George Cooper", "Harlan Hilton", "Jack Ponder", "Jack Stoney", "Kathryn McGuire", "Richard Jarvis", "Stuart Knox" ], "directors": [ "Frank Lloyd", "George Fitzmaurice" ], "writers": [ "Guy Fowler", "Jane Cowl" ], "genres": [ "Drama", "Romance", "War" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "First National Pictures" }