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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=317",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=315",
    "results": [
        {
            "id": 24104,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24104?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024104/",
            "title": "Scendendo lungo Broadway",
            "year": 1933,
            "imdb_score": "6.6",
            "votes": 128,
            "image_url": "https://m.media-amazon.com/images/M/MV5BN2Y1M2FiNGEtZGQ4NS00MGM2LTlkYjctOGNmMDkzNTI4YWM3XkEyXkFqcGdeQXVyNTM3MDMyMDQ@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Alan Crosland",
                "Erich von Stroheim"
            ],
            "actors": [
                "Astrid Allwyn",
                "Boots Mallory",
                "Claude King",
                "Henry Kolker",
                "James Dunn",
                "James Flavin",
                "Minna Gombell",
                "Terrance Ray",
                "Wade Boteler",
                "Walter Walker",
                "Will Stanton",
                "Zasu Pitts"
            ],
            "writers": [
                "Dawn Powell",
                "Erich von Stroheim"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 24120,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24120?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024120/",
            "title": "La donna della retata",
            "year": 1933,
            "imdb_score": "7.0",
            "votes": 669,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZTdlMThiZDAtMTZhNy00ZDZjLTkzYzUtNWU2ZTBkZWI5OTNjXkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Yasujirô Ozu"
            ],
            "actors": [
                "Chishû Ryû",
                "Jôji Oka",
                "Kinuyo Tanaka",
                "Koji Kaga",
                "Kôji Mitsui",
                "Nobuo Takemura",
                "Reikô Tani",
                "Seiji Nishimura",
                "Shunsaku Kashima",
                "Sumiko Mizukubo",
                "Yasuo Nanjo",
                "Yoshio Takayama",
                "Yumeko Aizome"
            ],
            "writers": [
                "Tadao Ikeda",
                "Yasujirô Ozu"
            ],
            "genres": [
                "Crime",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 24122,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24122?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024122/",
            "title": "His Double Life",
            "year": 1933,
            "imdb_score": "6.4",
            "votes": 307,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjZkOTE1MDgtMjM5Mi00MmE3LWFjMzYtMGY3OWZkYzIxODBiXkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Arthur Hopkins"
            ],
            "actors": [
                "Audrey Ridgewell",
                "Charles Richman",
                "Lillian Gish",
                "Lucy Beaumont",
                "Lumsden Hare",
                "Montagu Love",
                "Oliver Smith",
                "Philip Tonge",
                "Regina DeValet",
                "Roland Young"
            ],
            "writers": [
                "Arnold Bennett",
                "Clara Beranger"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 24124,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24124?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024124/",
            "title": "His Private Secretary",
            "year": 1933,
            "imdb_score": "5.7",
            "votes": 579,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTM1MzUxMjY1Nl5BMl5BanBnXkFtZTcwNTM2MDc0NQ@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Phil Whitman"
            ],
            "actors": [
                "Al St. John",
                "Alec B. Francis",
                "Arthur Hoyt",
                "Evalyn Knapp",
                "Hugh Kidder",
                "John Wayne",
                "Mickey Rentschler",
                "Natalie Kingston",
                "Patrick Cunning",
                "Reginald Barlow"
            ],
            "writers": [
                "Lewis D. Collins"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 24127,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24127?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024127/",
            "title": "Hitlerjunge Quex",
            "year": 1933,
            "imdb_score": "5.7",
            "votes": 1625,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNWI0MTY0MjAtMTZmMS00YmVmLThlMmYtZmJhMTUyYTViMmEyXkEyXkFqcGdeQXVyNDE5MTU2MDE@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "Hans Steinhoff"
            ],
            "actors": [
                "Berta Drews",
                "Claus Clausen",
                "Franz Ramspott",
                "Franziska Kinz",
                "Hans Richter",
                "Heinrich George",
                "Helga Bodemer",
                "Hermann Braun",
                "Hermann Speelmans",
                "Jürgen Ohlsen",
                "Karl Meixner",
                "Rotraut Richter"
            ],
            "writers": [
                "K.A. Schenzinger"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}