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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=303",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=301",
    "results": [
        {
            "id": 23825,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23825?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023825/",
            "title": "Argento vivo",
            "year": 1933,
            "imdb_score": "7.1",
            "votes": 2305,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDcwOGEyOWYtZGYxZS00ZTk5LWE1YzItNzc2NzcyYzY3ZWFlXkEyXkFqcGdeQXVyMTY5Nzc4MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Victor Fleming"
            ],
            "actors": [
                "C. Aubrey Smith",
                "Franchot Tone",
                "Frank Morgan",
                "Isabel Jewell",
                "Ivan Lebedeff",
                "Jean Harlow",
                "June Brewster",
                "Lee Tracy",
                "Leonard Carey",
                "Louise Beavers",
                "Mary Forbes",
                "Pat O'Brien",
                "Ted Healy",
                "Tom Kennedy",
                "Una Merkel"
            ],
            "writers": [
                "John Lee Mahin",
                "Jules Furthman"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23838,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23838?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023838/",
            "title": "Spavalderia",
            "year": 1933,
            "imdb_score": "6.9",
            "votes": 434,
            "image_url": "https://m.media-amazon.com/images/M/MV5BY2VmYWUxOTgtNDdmMS00OTI2LWFhOTMtNDY4NDZkZTg1MDVmXkEyXkFqcGdeQXVyMjU5OTg5NDc@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Raoul Walsh"
            ],
            "actors": [
                "Fay Wray",
                "Ferdinand Munier",
                "George Raft",
                "George Walsh",
                "Herman Bing",
                "Jackie Cooper",
                "Lillian Harmer",
                "Marguerite Caverley",
                "Oscar Apfel",
                "Pert Kelton",
                "Wallace Beery"
            ],
            "writers": [
                "Bessie Roth Solomon",
                "Michael L. Simmons"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 23842,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23842?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023842/",
            "title": "Brief Moment",
            "year": 1933,
            "imdb_score": "6.4",
            "votes": 229,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZjY4MDRkN2ItZGYzOS00MjI1LWEzODgtNDA0NjA0Y2Y4YzI5XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "David Burton"
            ],
            "actors": [
                "Arthur Hohl",
                "Carole Lombard",
                "Donald Cook",
                "Edward LeSaint",
                "Florence Britton",
                "Gene Raymond",
                "Herbert Evans",
                "Irene Ware",
                "Jameson Thomas",
                "Monroe Owsley",
                "Reginald Mason",
                "Theresa Maxwell Conover"
            ],
            "writers": [
                "Brian Marlow",
                "S.N. Behrman"
            ],
            "genres": [
                "Drama",
                "Music",
                "Romance"
            ]
        },
        {
            "id": 23846,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23846?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023846/",
            "title": "Broadway Bad",
            "year": 1933,
            "imdb_score": "6.0",
            "votes": 161,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTI4ZjBkOWUtMDI1Mi00NzQ5LWFhNDItNDEzNDE4ZDk4YzhmL2ltYWdlXkEyXkFqcGdeQXVyNzA4ODc3ODU@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Sidney Lanfield"
            ],
            "actors": [
                "Adrienne Ames",
                "Allen Vincent",
                "Donald Crisp",
                "Francis McDonald",
                "Frederick Burton",
                "Ginger Rogers",
                "Joan Blondell",
                "Ricardo Cortez",
                "Ronnie Cosby"
            ],
            "writers": [
                "A. Washington Pezet",
                "William R. Lipman"
            ],
            "genres": [
                "Drama",
                "Music"
            ]
        },
        {
            "id": 23847,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23847?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023847/",
            "title": "Broadway Thru a Keyhole",
            "year": 1933,
            "imdb_score": "6.2",
            "votes": 194,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWM2M2YyNjItOWI4Yy00YzA5LWJlNmItNzJiNThhMjFlYzQxXkEyXkFqcGdeQXVyNTY4NjI2OTA@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Lowell Sherman"
            ],
            "actors": [
                "Abe Lyman",
                "Blossom Seeley",
                "C. Henry Gordon",
                "Constance Cummings",
                "Dewey Barto",
                "Eddie Foy Jr.",
                "Frances Williams",
                "George Mann",
                "Gregory Ratoff",
                "Hobart Cavanaugh",
                "Hugh O'Connell",
                "Paul Kelly",
                "Russ Columbo",
                "Texas Guinan",
                "William Burgess"
            ],
            "writers": [
                "C. Graham Baker",
                "Gene Towne"
            ],
            "genres": [
                "Musical"
            ]
        }
    ]
}