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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=282",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=280",
    "results": [
        {
            "id": 23374,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23374?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023374/",
            "title": "Rasputin e l'imperatrice",
            "year": 1932,
            "imdb_score": "6.6",
            "votes": 915,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYmRjMjJjM2EtMzgxYy00ZjhhLWFiZWItMTVkZmRjNjMzOGIxXkEyXkFqcGdeQXVyMTY5Nzc4MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Charles Brabin",
                "Richard Boleslawski"
            ],
            "actors": [
                "C. Henry Gordon",
                "Diana Wynyard",
                "Edward Arnold",
                "Ethel Barrymore",
                "John Barrymore",
                "Lionel Barrymore",
                "Ralph Morgan",
                "Tad Alexander"
            ],
            "writers": [
                "Charles MacArthur"
            ],
            "genres": [
                "Biography",
                "Drama",
                "History"
            ]
        },
        {
            "id": 23382,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23382?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023382/",
            "title": "Lo schiaffo",
            "year": 1932,
            "imdb_score": "7.3",
            "votes": 3767,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOWY4OWMxM2QtOTJmNi00NDJiLTk2MjQtZTJhNmY2MmZkMDgzXkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Victor Fleming"
            ],
            "actors": [
                "Clark Gable",
                "Donald Crisp",
                "Forrester Harvey",
                "Gene Raymond",
                "Jean Harlow",
                "Mary Astor",
                "Tully Marshall",
                "Willie Fung"
            ],
            "writers": [
                "John Lee Mahin",
                "Wilson Collison"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23384,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23384?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023384/",
            "title": "Red-Haired Alibi",
            "year": 1932,
            "imdb_score": "5.6",
            "votes": 176,
            "image_url": "https://m.media-amazon.com/images/M/MV5BY2MyMWM2ZGYtZTAxNy00OTQ5LTk5ZTgtMWFjOWQ5YWU2MWVmXkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Christy Cabanne"
            ],
            "actors": [
                "Arthur Hoyt",
                "Fred Kelsey",
                "Grant Withers",
                "Huntley Gordon",
                "John Vosper",
                "Merna Kennedy",
                "Paul Porcasi",
                "Purnell Pratt",
                "Shirley Temple",
                "Theodore von Eltz"
            ],
            "writers": [
                "Edward T. Lowe Jr.",
                "Wilson Collison"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 23385,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23385?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023385/",
            "title": "Red-Headed Woman",
            "year": 1932,
            "imdb_score": "7.0",
            "votes": 2705,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTQ3OTczMzc5OV5BMl5BanBnXkFtZTgwMTEzMDMyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Jack Conway"
            ],
            "actors": [
                "Charles Boyer",
                "Chester Morris",
                "Harvey Clark",
                "Henry Stephenson",
                "Jean Harlow",
                "Leila Hyams",
                "Lewis Stone",
                "May Robson",
                "Una Merkel"
            ],
            "writers": [
                "Anita Loos",
                "Katharine Brush"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 23394,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23394?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023394/",
            "title": "The Rich Are Always with Us",
            "year": 1932,
            "imdb_score": "6.5",
            "votes": 895,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzE2NzYyYzAtZTZiMC00NzliLWIzNjktMWRiMjIwNDNjOTYxXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Alfred E. Green"
            ],
            "actors": [
                "Adrienne Dore",
                "Berton Churchill",
                "Bette Davis",
                "George Brent",
                "John Miljan",
                "John Wray",
                "Robert Warwick",
                "Ruth Chatterton",
                "Virginia Hammond",
                "Walter Walker"
            ],
            "writers": [
                "Austin Parker",
                "Ethel Pettit"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Romance"
            ]
        }
    ]
}