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=149
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=150", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=148", "results": [ { "id": 19946, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19946?format=api", "imdb_url": "https://www.imdb.com/title/tt0019946/", "title": "Il gran Gabbo", "year": 1929, "imdb_score": "6.1", "votes": 705, "image_url": "https://m.media-amazon.com/images/M/MV5BODc1MDIxMzI1MV5BMl5BanBnXkFtZTgwMDU1NDU5MTE@._V1_UY268_CR2,0,182,268_AL_.jpg", "directors": [ "Erich von Stroheim", "James Cruze" ], "actors": [ "Betty Compson", "Donald Douglas", "Erich von Stroheim", "Marjorie Kane" ], "writers": [ "Ben Hecht", "Hugh Herbert" ], "genres": [ "Drama", "Musical", "Romance" ] }, { "id": 19949, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19949?format=api", "imdb_url": "https://www.imdb.com/title/tt0019949/", "title": "The Greene Murder Case", "year": 1929, "imdb_score": "6.6", "votes": 288, "image_url": "https://m.media-amazon.com/images/M/MV5BZGE2YTg5NzMtYzgwOS00OTY3LWFjYWItNjcwOGMzMjZjZDA0L2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Frank Tuttle" ], "actors": [ "Augusta Burmeister", "Brandon Hurst", "E.H. Calvert", "Eugene Pallette", "Florence Eldridge", "Gertrude Norman", "Jean Arthur", "Lowell Drew", "Marcia Harris", "Morgan Farley", "Ullrich Haupt", "William Powell" ], "writers": [ "Bartlett Cormack", "Louise Long" ], "genres": [ "Drama", "Mystery" ] }, { "id": 19957, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19957?format=api", "imdb_url": "https://www.imdb.com/title/tt0019957/", "title": "Half Marriage", "year": 1929, "imdb_score": "5.8", "votes": 115, "image_url": "https://m.media-amazon.com/images/M/MV5BNjg4ZDJmOTItZjFhYS00ODU0LTkwOTEtZmE2ODFkYTYwZjI0XkEyXkFqcGdeQXVyMzI5NDcxNzI@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "William J. Cowen" ], "actors": [ "Anderson Lawler", "Ann Greenway", "Gus Arnheim and His Orchestra", "Hedda Hopper", "Ken Murray", "Morgan Farley", "Olive Borden", "Richard Tucker", "Sally Blane" ], "writers": [ "George Kibbe Turner", "Jane Murfin" ], "genres": [ "Drama", "Romance" ] }, { "id": 19959, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19959?format=api", "imdb_url": "https://www.imdb.com/title/tt0019959/", "title": "Alleluja!", "year": 1929, "imdb_score": "6.8", "votes": 1538, "image_url": "https://m.media-amazon.com/images/M/MV5BZjg3MzgxMDUtNzc4Yi00NGJiLThhYWMtNTdkMmUyNjQ3NzgwXkEyXkFqcGdeQXVyMjcxNjI4NTk@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "King Vidor" ], "actors": [ "Daniel L. Haynes", "Dixie Jubilee Singers", "Everett McGarrity", "Fanny Belle DeKnight", "Harry Gray", "Milton Dickerson", "Nina Mae McKinney", "Robert Couch", "Victoria Spivey", "Walter Tait", "William Fountaine" ], "writers": [ "Richard Schayer", "Wanda Tuchock" ], "genres": [ "Drama", "Musical" ] }, { "id": 19976, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19976?format=api", "imdb_url": "https://www.imdb.com/title/tt0019976/", "title": "Gli eroi del deserto", "year": 1929, "imdb_score": "7.2", "votes": 527, "image_url": "https://m.media-amazon.com/images/M/MV5BNWZkYTc3ZDctMzBkMS00Y2YwLWJkOWYtYzc3NTU4MzQ5ZmY3XkEyXkFqcGdeQXVyMTYzMTY1MjQ@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "William Wyler" ], "actors": [ "Buck Connors", "Charles Bickford", "Fred Kohler", "Fritzi Ridgeway", "Joe De La Cruz", "Maria Alba", "Raymond Hatton", "Walter James" ], "writers": [ "Peter B. Kyne", "Tom Reed" ], "genres": [ "Action", "Crime", "Drama" ] } ] }