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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=311",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=309",
    "results": [
        {
            "id": 23984,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23984?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023984/",
            "title": "Troppa armonia",
            "year": 1933,
            "imdb_score": "6.0",
            "votes": 145,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZTcxZTZkM2MtNThhYS00ODhiLWE2Y2MtZDQ0MDUwZThkOTlkXkEyXkFqcGdeQXVyNTUyNzA5ODE@._V1_UY268_CR6,0,182,268_AL_.jpg",
            "directors": [
                "Edward L. Cahn"
            ],
            "actors": [
                "Betty Furness",
                "Edwin Maxwell",
                "George E. Stone",
                "Merna Kennedy",
                "Oscar Apfel",
                "Reginald Mason",
                "Ruth Fallows",
                "William Boyd",
                "William Gargan",
                "Wynne Gibson"
            ],
            "writers": [
                "Houston Branch",
                "Joseph L. Mankiewicz"
            ],
            "genres": [
                "Action",
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 23985,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23985?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023985/",
            "title": "The Emperor Jones",
            "year": 1933,
            "imdb_score": "6.4",
            "votes": 851,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ5NzQ2ODY3Nl5BMl5BanBnXkFtZTgwNzIyMzQwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Dudley Murphy",
                "William C. de Mille"
            ],
            "actors": [
                "Dudley Digges",
                "Frank H. Wilson",
                "Fredi Washington",
                "George Haymid Stamper",
                "Paul Robeson",
                "Ruby Elzy"
            ],
            "writers": [
                "DuBose Heyward",
                "Eugene O'Neill"
            ],
            "genres": [
                "Drama",
                "Music"
            ]
        },
        {
            "id": 23986,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23986?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023986/",
            "title": "Guerra bianca",
            "year": 1933,
            "imdb_score": "7.2",
            "votes": 1134,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDBiMDExODAtZDBlYS00ODk4LWE2ZjctNzgxOGI4NmRiMmE0XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Roy Del Ruth"
            ],
            "actors": [
                "Albert Gran",
                "Alice White",
                "Charles Sellon",
                "Frank McGlynn Sr.",
                "Frank Reicher",
                "Hale Hamilton",
                "Loretta Young",
                "Marjorie Gateson",
                "Ruth Donnelly",
                "Wallace Ford",
                "Warren William"
            ],
            "writers": [
                "David Boehm",
                "Robert Presnell Sr."
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 23990,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23990?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023990/",
            "title": "Eschimo",
            "year": 1933,
            "imdb_score": "7.0",
            "votes": 357,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYzcyY2UyOTMtZGY1Ni00NjI3LThhNTAtNjBkZmJmOGNlZDc1XkEyXkFqcGdeQXVyODQ2NzAzMjY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "W.S. Van Dyke"
            ],
            "actors": [
                "Edgar Dearing",
                "Edward Hearn",
                "Harold Seabrook",
                "Joe Sawyer",
                "Lotus Long",
                "Mala",
                "Peter Freuchen",
                "W.S. Van Dyke"
            ],
            "writers": [
                "John Lee Mahin",
                "Peter Freuchen"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 23992,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/23992?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0023992/",
            "title": "Sempre nel mio cuore",
            "year": 1933,
            "imdb_score": "6.7",
            "votes": 626,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzY0OTA4NDgtNzEyZC00MzEyLTg4NjMtNmY3ODJhMDA2NGJjXkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Archie Mayo"
            ],
            "actors": [
                "Barbara Stanwyck",
                "Clara Blandick",
                "Donald Meek",
                "Elizabeth Patterson",
                "Ethel Wales",
                "Frank Albertson",
                "Harry Beresford",
                "Laura Hope Crews",
                "Nella Walker",
                "Otto Kruger",
                "Ralph Bellamy",
                "Ronnie Cosby",
                "Ruth Donnelly",
                "Virginia Howell",
                "Willard Robertson"
            ],
            "writers": [
                "Bertram Millhauser",
                "Beulah Marie Dix"
            ],
            "genres": [
                "Drama",
                "Romance",
                "War"
            ]
        }
    ]
}