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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=96",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=94",
    "results": [
        {
            "id": 16640,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16640?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0016640/",
            "title": "The Bells",
            "year": 1926,
            "imdb_score": "6.4",
            "votes": 365,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzEzMzk5NzIwOF5BMl5BanBnXkFtZTcwMjAzNjMyMQ@@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "James Young"
            ],
            "actors": [
                "Boris Karloff",
                "Caroline Frances Cooke",
                "E. Alyn Warren",
                "Eddie Phillips",
                "Gustav von Seyffertitz",
                "Laura La Varnie",
                "Lionel Barrymore",
                "Lola Todd",
                "Lorimer Johnston"
            ],
            "writers": [
                "Alexandre Chatrian",
                "Emile Erckmann"
            ],
            "genres": [
                "Crime",
                "Drama",
                "Horror"
            ]
        },
        {
            "id": 16643,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16643?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0016643/",
            "title": "The Better 'Ole",
            "year": 1926,
            "imdb_score": "6.3",
            "votes": 217,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTAwMTA2NzUyOTBeQTJeQWpwZ15BbWU3MDgxOTU0MTM@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Charles Reisner"
            ],
            "actors": [
                "Charles K. Gerrard",
                "Edgar Kennedy",
                "Harold Goodwin",
                "Jack Ackroyd",
                "Syd Chaplin"
            ],
            "writers": [
                "Arthur Eliot",
                "Bruce Bairnsfather"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "War"
            ]
        },
        {
            "id": 16646,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16646?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0016646/",
            "title": "Beverly of Graustark",
            "year": 1926,
            "imdb_score": "5.8",
            "votes": 451,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMDk0OTFlMDktZjc2YS00ZjFiLTlmMzUtNDliMzNiMjQ5ZDcxXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UY268_CR18,0,182,268_AL_.jpg",
            "directors": [
                "Sidney Franklin"
            ],
            "actors": [
                "Albert Gran",
                "Antonio Moreno",
                "Charles Clary",
                "Creighton Hale",
                "Marion Davies",
                "Max Barwyn",
                "Paulette Duval",
                "Roy D'Arcy"
            ],
            "writers": [
                "Agnes Christine Johnston",
                "Joseph Farnham"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 16654,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16654?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0016654/",
            "title": "Il pirata nero",
            "year": 1926,
            "imdb_score": "7.1",
            "votes": 1679,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzU0NDkyMjEzMV5BMl5BanBnXkFtZTgwMTcyMzEyMjE@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Albert Parker"
            ],
            "actors": [
                "Anders Randolf",
                "Billie Dove",
                "Charles Belcher",
                "Charles Stevens",
                "Donald Crisp",
                "Douglas Fairbanks",
                "E.J. Ratcliffe",
                "Fred Becker",
                "John Wallace",
                "Sam De Grasse",
                "Tempe Pigott"
            ],
            "writers": [
                "Douglas Fairbanks",
                "Jack Cunningham"
            ],
            "genres": [
                "Action",
                "Adventure"
            ]
        },
        {
            "id": 16655,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/16655?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0016655/",
            "title": "Il corvo",
            "year": 1926,
            "imdb_score": "6.8",
            "votes": 655,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQxMTA2NTgwM15BMl5BanBnXkFtZTgwMzYxMDU4MTE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Tod Browning"
            ],
            "actors": [
                "Andy MacLennan",
                "Doris Lloyd",
                "Ernie Adams",
                "Lon Chaney",
                "Owen Moore",
                "Renée Adorée",
                "Sidney Bracey",
                "William Weston"
            ],
            "writers": [
                "Joseph Farnham",
                "Tod Browning"
            ],
            "genres": [
                "Crime",
                "Drama",
                "Romance"
            ]
        }
    ]
}