Movie Title List
This endpoint is the main entry point of 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.
The actual API opens the door to a full exploration of the available movie data without being stuck with quotas. Using this main endpoint, you can search data through the use of filters. Filters allows to filter and sort data using various criteria that can be discovers using the filter button on the browserable API interface.
Some detailed info is only available using the detailed info endpoints
identified with the url field.
If you need to get a full list of available genres, refer to the genres endpoint.
GET /api/v1/titles/?format=api&page=31
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=32", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=30", "results": [ { "id": 10060, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10060?format=api", "imdb_url": "https://www.imdb.com/title/tt0010060/", "title": "The Delicious Little Devil", "year": 1919, "imdb_score": "5.9", "votes": 815, "image_url": "https://m.media-amazon.com/images/M/MV5BNGRjODEwMjMtZDRkMC00M2JjLWExYzgtNGRjZWQ1M2FiMDlmXkEyXkFqcGdeQXVyMTY5MDE5NA@@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Robert Z. Leonard" ], "actors": [ "Alice Knowland", "Bert Woodruff", "Bertram Grassby", "Edward Jobson", "Harry L. Rattenberry", "I.S. McVea's Band", "Ivor McFadden", "Mae Murray", "Martha Mattox", "Richard Cummings", "Rudolph Valentino", "Satchel McVea", "William V. Mong" ], "writers": [ "Harvey F. Thew", "John B. Clymer" ], "genres": [ "Comedy", "Drama" ] }, { "id": 10071, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10071?format=api", "imdb_url": "https://www.imdb.com/title/tt0010071/", "title": "Don't Change Your Husband", "year": 1919, "imdb_score": "6.6", "votes": 1125, "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ1NjkzMjA5MF5BMl5BanBnXkFtZTcwMjI2MjEzMQ@@._V1_UY268_CR4,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Elliott Dexter", "Gloria Swanson", "James Neill", "Julia Faye", "Lew Cody", "Sylvia Ashton", "Ted Shawn", "Theodore Roberts" ], "writers": [ "Jeanie Macpherson" ], "genres": [ "Comedy" ] }, { "id": 10103, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10103?format=api", "imdb_url": "https://www.imdb.com/title/tt0010103/", "title": "Eyes of Youth", "year": 1919, "imdb_score": "5.3", "votes": 646, "image_url": "https://m.media-amazon.com/images/M/MV5BOTQ5MTY1NzI2MF5BMl5BanBnXkFtZTcwMDM4ODIxMw@@._V1_UY268_CR43,0,182,268_AL_.jpg", "directors": [ "Albert Parker" ], "actors": [ "Clara Kimball Young", "Edmund Lowe", "Edward Kimball", "Gareth Hughes", "Milton Sills", "Norman Selby", "Pauline Starke", "Ralph Lewis", "Rudolph Valentino", "Sam Sothern", "Vincent Serrano", "William Courtleigh" ], "writers": [ "Albert Parker", "Max Marcin" ], "genres": [ "Drama" ] }, { "id": 10137, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10137?format=api", "imdb_url": "https://www.imdb.com/title/tt0010137/", "title": "For Better, for Worse", "year": 1919, "imdb_score": "5.6", "votes": 697, "image_url": "https://m.media-amazon.com/images/M/MV5BYWRlNDhhZmItM2MzMS00NWJmLTg1MGQtNWM1MDI3ZDcwZGFmXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Cecil B. DeMille" ], "actors": [ "Elliott Dexter", "Fred Huntley", "Gloria Swanson", "Jack Holt", "Raymond Hatton", "Sylvia Ashton", "Theodore Roberts", "Tom Forman", "Wanda Hawley", "Winter Hall" ], "writers": [ "Edgar Selwyn", "Jeanie Macpherson" ], "genres": [ "Drama" ] }, { "id": 10162, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10162?format=api", "imdb_url": "https://www.imdb.com/title/tt0010162/", "title": "Getting Mary Married", "year": 1919, "imdb_score": "6.4", "votes": 205, "image_url": "https://m.media-amazon.com/images/M/MV5BNGVlN2Y3MzUtYzBjNi00MTFiLTkzNDMtOTc0OTRhOTYzZDVjXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Allan Dwan" ], "actors": [ "Amelia Summerville", "Constance Beaumar", "Elmer Grandin", "Frederick Burton", "Helen Lindroth", "Marion Davies", "Matt Moore", "Norman Kerry" ], "writers": [ "Anita Loos", "John Emerson" ], "genres": [ "Comedy" ] } ] }