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=336
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=337",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=335",
    "results": [
        {
            "id": 24554,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24554?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024554/",
            "title": "A Shriek in the Night",
            "year": 1933,
            "imdb_score": "5.3",
            "votes": 832,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNGE3YjdjNGItNjQ0My00M2ZlLThmMTYtMDQ0NGJjZjY4MWU4XkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Albert Ray"
            ],
            "actors": [
                "Arthur Hoyt",
                "Clarence Wilson",
                "Ginger Rogers",
                "Harvey Clark",
                "Lillian Harmer",
                "Louise Beavers",
                "Lyle Talbot",
                "Purnell Pratt"
            ],
            "writers": [
                "Frances Hyland",
                "Kurt Kempler"
            ],
            "genres": [
                "Crime",
                "Mystery",
                "Romance"
            ]
        },
        {
            "id": 24559,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24559?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024559/",
            "title": "The Silk Express",
            "year": 1933,
            "imdb_score": "6.1",
            "votes": 142,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYTNjMGE0ZDgtNGMwNy00Zjk1LTgyNjktM2YyOTcyYzZmYzNlXkEyXkFqcGdeQXVyMTY5Nzc4MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Ray Enright"
            ],
            "actors": [
                "Allen Jenkins",
                "Arthur Byron",
                "Arthur Hohl",
                "Dudley Digges",
                "G. Pat Collins",
                "Guy Kibbee",
                "Harold Huber",
                "Ivan F. Simpson",
                "Neil Hamilton",
                "Robert Barrat",
                "Sheila Terry",
                "Vernon Steele"
            ],
            "writers": [
                "Houston Branch"
            ],
            "genres": [
                "Drama",
                "Mystery",
                "Thriller"
            ]
        },
        {
            "id": 24560,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24560?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024560/",
            "title": "The Silver Cord",
            "year": 1933,
            "imdb_score": "6.9",
            "votes": 399,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDI0NmY5YzMtY2FjYi00YTkwLTgxNTEtODIyMDZmZGE5Yzg4XkEyXkFqcGdeQXVyNjUyMTgxNjA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "John Cromwell"
            ],
            "actors": [
                "Eric Linden",
                "Frances Dee",
                "Irene Dunne",
                "Joel McCrea",
                "Laura Hope Crews"
            ],
            "writers": [
                "Jane Murfin",
                "Sidney Howard"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 24561,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24561?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024561/",
            "title": "Il segreto di Nora Moran",
            "year": 1933,
            "imdb_score": "6.8",
            "votes": 509,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODY3NWU1NzUtMTY2Ni00ZDc4LWFhNzEtNGU5ZmFmMzQwZTg3XkEyXkFqcGdeQXVyNzQwMzAwNTI@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Phil Goldstone"
            ],
            "actors": [
                "Aggie Herring",
                "Alan Dinehart",
                "Ann Brody",
                "Claire Du Brey",
                "Cora Sue Collins",
                "Harvey Clark",
                "Henry B. Walthall",
                "John Miljan",
                "Joseph W. Girard",
                "Otis Harlan",
                "Paul Cavanagh",
                "Rolfe Sedan",
                "Sarah Padden",
                "Syd Saylor",
                "Zita Johann"
            ],
            "writers": [
                "Frances Hyland",
                "W. Maxwell Goodhue"
            ],
            "genres": [
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 24570,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24570?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024570/",
            "title": "Sitting Pretty",
            "year": 1933,
            "imdb_score": "6.2",
            "votes": 125,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDE3YWY1MTktMzA0YS00MmYwLWJhZjEtYTc5YzBiOGE1YmQ0XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Harry Joe Brown"
            ],
            "actors": [
                "Ginger Rogers",
                "Gregory Ratoff",
                "Helen Pickens",
                "Jack Haley",
                "Jack Oakie",
                "Jane Pickens",
                "Jerry Tucker",
                "Lew Cody",
                "Patti Pickens",
                "Thelma Todd"
            ],
            "writers": [
                "Jack McGowan",
                "Lou Breslow"
            ],
            "genres": [
                "Musical"
            ]
        }
    ]
}