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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=207",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=205",
    "results": [
        {
            "id": 21635,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21635?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021635/",
            "title": "Bad Girl",
            "year": 1931,
            "imdb_score": "6.5",
            "votes": 1099,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjI2NDAwNDAyM15BMl5BanBnXkFtZTcwNjM1MjQxMw@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Frank Borzage"
            ],
            "actors": [
                "Frank Darien",
                "James Dunn",
                "Minna Gombell",
                "Paul Fix",
                "Sally Eilers",
                "William Pawley"
            ],
            "writers": [
                "Brian Marlow",
                "Viña Delmar"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 21636,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21636?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021636/",
            "title": "The Bad Sister",
            "year": 1931,
            "imdb_score": "6.3",
            "votes": 1016,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDNjYWY3NTQtODBkNC00ODBlLTg5ZWEtZDNkZTFhYmE4ZTI2XkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Hobart Henley"
            ],
            "actors": [
                "Bert Roach",
                "Bette Davis",
                "Charles Winninger",
                "Conrad Nagel",
                "David Durand",
                "Emma Dunn",
                "Humphrey Bogart",
                "Sidney Fox",
                "Slim Summerville",
                "Zasu Pitts"
            ],
            "writers": [
                "Edwin H. Knopf"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 21647,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21647?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021647/",
            "title": "Beauty and the Boss",
            "year": 1932,
            "imdb_score": "6.9",
            "votes": 477,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMGJkN2NhYTgtMTg0Ni00N2Q3LWJiMGUtYTFmYmZjZWI0YzlhXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Roy Del Ruth"
            ],
            "actors": [
                "Charles Butterworth",
                "David Manners",
                "Frederick Kerr",
                "Marian Marsh",
                "Mary Doran",
                "Robert Greig",
                "Warren William"
            ],
            "writers": [
                "Joseph Jackson",
                "Ladislas Fodor"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 21649,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21649?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021649/",
            "title": "Behind Office Doors",
            "year": 1931,
            "imdb_score": "6.1",
            "votes": 377,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYjQ1MDNiMzktODE4Ni00Mjk3LTliZDYtNDA5ZGM1NjNmZjI1XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Melville W. Brown"
            ],
            "actors": [
                "Catherine Dale Owen",
                "Charles Sellon",
                "Edna Murphy",
                "George MacFarlane",
                "Kitty Kelly",
                "Mary Astor",
                "Ricardo Cortez",
                "Robert Ames",
                "William Morris"
            ],
            "writers": [
                "Alan Schultz",
                "Carey Wilson"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 21653,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21653?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021653/",
            "title": "Montagne in fiamme",
            "year": 1931,
            "imdb_score": "6.8",
            "votes": 106,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTYxM2QyNjgtMWIzNC00MmFjLTk0YWItYmQ0MzU1MTQ5NmZhXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Karl Hartl",
                "Luis Trenker"
            ],
            "actors": [
                "Claus Clausen",
                "Lissy Arna",
                "Luigi Serventi",
                "Luis Trenker",
                "Paul Graetz"
            ],
            "writers": [
                "Karl Hartl",
                "Luis Trenker"
            ],
            "genres": [
                "Drama",
                "War"
            ]
        }
    ]
}