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/10484?format=api
{ "id": 10484, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10484?format=api", "title": "The Mother and the Law", "original_title": "The Mother and the Law", "year": 1919, "date_published": "1919-08-18", "duration": 95, "description": "A re-edited version of the 'modern' story from Intolerance: Love's Struggle Throughout the Ages (1916).", "long_description": "Two young people are made homeless by a strike. They struggle valiantly to survive their desolate situation, which grows worse as reform-minded citizens remove the couple's child from their care and the young father is falsely accused and convicted of murder.", "avg_vote": "6.9", "imdb_score": "7.0", "votes": 167, "metascore": null, "budget": null, "budget_currency": null, "usa_gross_income": null, "worldwide_gross_income": null, "reviews_from_users": 3, "reviews_from_critics": 1, "image_url": "https://m.media-amazon.com/images/M/MV5BMTg5ODI1MDY5N15BMl5BanBnXkFtZTgwMjY5NzMwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg", "actors": [ "A.W. McClure", "Alberta Lee", "Clyde E. Hopkins", "F.A. Turner", "Lloyd Ingraham", "Mae Marsh", "Max Davidson", "Miriam Cooper", "Ralph Lewis", "Robert Harron", "Sam De Grasse", "Tom Wilson", "Vera Lewis", "Walter Long", "William Brown" ], "directors": [ "D.W. Griffith" ], "writers": [ "D.W. Griffith" ], "genres": [ "Drama" ], "countries": [ "USA" ], "languages": [ "Unknown" ], "rated": "Not rated or unkown rating", "company": "D.W. Griffith Productions" }