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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=301",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=299",
    "results": [
        {
            "id": 23785,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23785?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023785/",
            "title": "Beauty for Sale",
            "year": 1933,
            "imdb_score": "6.6",
            "votes": 347,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTYyNzg1Nzc4N15BMl5BanBnXkFtZTgwNDA2NTAwMjE@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Richard Boleslawski"
            ],
            "actors": [
                "Alice Brady",
                "Charley Grapewin",
                "Edward J. Nugent",
                "Florine McKinney",
                "Hedda Hopper",
                "Isabel Jewell",
                "John Roche",
                "Louise Carter",
                "Madge Evans",
                "May Robson",
                "Otto Kruger",
                "Phillips Holmes",
                "Una Merkel"
            ],
            "writers": [
                "Eve Greene",
                "Faith Baldwin"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23786,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23786?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023786/",
            "title": "Bed of Roses",
            "year": 1933,
            "imdb_score": "6.4",
            "votes": 727,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYmVmZDBlMDAtZjRmZC00ZDAzLThiMzYtZmM2MTIzZGViODNlXkEyXkFqcGdeQXVyMTIxOTk5MzY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Gregory La Cava"
            ],
            "actors": [
                "Constance Bennett",
                "Franklin Pangborn",
                "Joel McCrea",
                "John Halliday",
                "Pert Kelton",
                "Samuel S. Hinds",
                "Tom Herbert"
            ],
            "writers": [
                "Gregory La Cava",
                "Wanda Tuchock"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23790,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23790?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023790/",
            "title": "Before Dawn",
            "year": 1933,
            "imdb_score": "6.0",
            "votes": 295,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjY0OTdiNmItNzY5Yi00NjI3LWE0OGQtMGUyZmNkNzMxMTEwL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR7,0,182,268_AL_.jpg",
            "directors": [
                "Irving Pichel"
            ],
            "actors": [
                "Dorothy Wilson",
                "Dudley Digges",
                "Frank Reicher",
                "Gertrude Hoffman",
                "Jane Darwell",
                "Oscar Apfel",
                "Stuart Erwin",
                "Warner Oland"
            ],
            "writers": [
                "Edgar Wallace",
                "Garrett Fort"
            ],
            "genres": [
                "Drama",
                "Mystery"
            ]
        },
        {
            "id": 23793,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23793?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023793/",
            "title": "Oceano",
            "year": 1933,
            "imdb_score": "5.9",
            "votes": 229,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOGJjMTM3NTYtOTk2ZS00NTNlLThhNTEtNjI2YTYyMmNlYjA0XkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Albert S. Rogell"
            ],
            "actors": [
                "A. Trevor Addinsell",
                "Esther Howard",
                "Fay Wray",
                "Frederick Vogeding",
                "Paul Page",
                "Ralph Bellamy",
                "William J. Kelly"
            ],
            "writers": [
                "Jo Swerling"
            ],
            "genres": [
                "Action",
                "Adventure",
                "Romance"
            ]
        },
        {
            "id": 23794,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23794?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023794/",
            "title": "La strana realtà di Peter Standish",
            "year": 1933,
            "imdb_score": "6.5",
            "votes": 727,
            "image_url": "https://m.media-amazon.com/images/M/MV5BY2UyMTgwZDItYzJkOC00MGQ3LTgyZWItOTUyZDM4ZGFjNzdiXkEyXkFqcGdeQXVyMzYyMzU2OA@@._V1_UY268_CR12,0,182,268_AL_.jpg",
            "directors": [
                "Frank Lloyd"
            ],
            "actors": [
                "Alan Mowbray",
                "Beryl Mercer",
                "Betty Lawford",
                "Colin Keith-Johnston",
                "David Torrence",
                "Ferdinand Gottschalk",
                "Heather Angel",
                "Irene Browne",
                "Juliette Compton",
                "Leslie Howard",
                "Olaf Hytten",
                "Samuel S. Hinds",
                "Valerie Taylor"
            ],
            "writers": [
                "John L. Balderston",
                "Sonya Levien"
            ],
            "genres": [
                "Fantasy",
                "Romance"
            ]
        }
    ]
}