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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=187",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=185",
    "results": [
        {
            "id": 21106,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21106?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021106/",
            "title": "Madame Satan",
            "year": 1930,
            "imdb_score": "6.5",
            "votes": 855,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZmQzZmYyNWEtY2E2ZS00Y2ZmLTlmYWQtMGNhNzY3YjZkMWY3XkEyXkFqcGdeQXVyMTE2NzA0Ng@@._V1_UY268_CR12,0,182,268_AL_.jpg",
            "directors": [
                "Cecil B. DeMille"
            ],
            "actors": [
                "Boyd Irwin",
                "Doris McMahon",
                "Eddie Prinz",
                "Elsa Peterson",
                "Jack King",
                "Julanne Johnston",
                "Kay Johnson",
                "Lillian Roth",
                "Martha Sleeper",
                "Reginald Denny",
                "Roland Young",
                "Theodore Kosloff",
                "Tyler Brooke",
                "Wallace MacDonald",
                "Ynez Seabury"
            ],
            "writers": [
                "Gladys Unger",
                "Jeanie Macpherson"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Musical"
            ]
        },
        {
            "id": 21110,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21110?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021110/",
            "title": "Nomadi del canto",
            "year": 1930,
            "imdb_score": "5.7",
            "votes": 163,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTU1MDg3NjczOF5BMl5BanBnXkFtZTgwNjk1NTE3MzE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Michael Curtiz"
            ],
            "actors": [
                "Al Jolson",
                "Hobart Bosworth",
                "Jack Curtis",
                "Lois Moran",
                "Louise Dresser",
                "Lowell Sherman",
                "Mitchell Lewis",
                "Tully Marshall"
            ],
            "writers": [
                "Gordon Rigby",
                "Irving Berlin"
            ],
            "genres": [
                "Comedy",
                "Music",
                "Romance"
            ]
        },
        {
            "id": 21121,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21121?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021121/",
            "title": "Manslaughter",
            "year": 1930,
            "imdb_score": "6.2",
            "votes": 191,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMDQxZjQzYWQtZDA4Yy00ZDEzLTgxZmEtNjRlOWIxYjZjZGNlXkEyXkFqcGdeQXVyMjk2NjgyMjE@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "George Abbott"
            ],
            "actors": [
                "Arnold Lucy",
                "Claudette Colbert",
                "Emma Dunn",
                "Fredric March",
                "G. Pat Collins",
                "Hilda Vaughn",
                "Irving Mitchell",
                "Ivan F. Simpson",
                "Natalie Moorhead",
                "Richard Tucker",
                "Stanley Fields",
                "Steve Pendleton"
            ],
            "writers": [
                "Alice Duer Miller",
                "George Abbott"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 21128,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21128?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021128/",
            "title": "Mary",
            "year": 1931,
            "imdb_score": "6.1",
            "votes": 670,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOGI5YmU3ZGUtYTg5NC00NjlkLWEyZWYtMmE3YzNjZWY3NzZkXkEyXkFqcGdeQXVyMjYxMzY2NDk@._V1_UY268_CR8,0,182,268_AL_.jpg",
            "directors": [
                "Alfred Hitchcock"
            ],
            "actors": [
                "Alfred Abel",
                "Ekkehard Arendt",
                "Else Schünzel",
                "Fritz Alberti",
                "Fritz Grossman",
                "Harry Hardt",
                "Hermine Sterler",
                "John Mylong",
                "Julius Brandt",
                "Lotte Stein",
                "Louis Ralph",
                "Lucie Euler",
                "Olga Tschechowa",
                "Paul Graetz",
                "Rudolf Meinhard-Jünger"
            ],
            "writers": [
                "Clemence Dane",
                "Herbert Juttke"
            ],
            "genres": [
                "Mystery",
                "Thriller"
            ]
        },
        {
            "id": 21132,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21132?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021132/",
            "title": "The Matrimonial Bed",
            "year": 1930,
            "imdb_score": "5.7",
            "votes": 154,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjcwMDQ3MDAwM15BMl5BanBnXkFtZTgwMDQ2MDkwMzE@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Michael Curtiz"
            ],
            "actors": [
                "Arthur Edmund Carewe",
                "Beryl Mercer",
                "Flora Finch",
                "Florence Eldridge",
                "Frank Fay",
                "James Bradbury Sr.",
                "James Gleason",
                "Lilyan Tashman",
                "Marion Byron",
                "Vivien Oakland"
            ],
            "writers": [
                "André Mouëzy-Éon",
                "Yves Mirande"
            ],
            "genres": [
                "Comedy"
            ]
        }
    ]
}