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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17115",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17113",
    "results": [
        {
            "id": 11078434,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11078434?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11078434/",
            "title": "Psycho-Pass: Sinners of the System Case.2 First Guardian",
            "year": 2019,
            "imdb_score": "7.2",
            "votes": 342,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODdjZmEwMTAtMzk1MS00Y2QxLWJiZDEtYmE4MGM2NzllYjJiXkEyXkFqcGdeQXVyNDE2NTEzNw@@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Naoyoshi Shiotani"
            ],
            "actors": [
                "Akira Ishida",
                "Ayane Sakura",
                "Hiroki Touchi",
                "Kana Hanazawa",
                "Kenji Nojima",
                "Kinryû Arimoto",
                "Masumi Asano",
                "Sayaka Ôhara",
                "Shizuka Itô",
                "Takako Honda",
                "Takaya Hashi",
                "Tomokazu Seki"
            ],
            "writers": [
                "Makoto Fukami"
            ],
            "genres": [
                "Action",
                "Animation",
                "Crime"
            ]
        },
        {
            "id": 11078522,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11078522?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11078522/",
            "title": "Psycho-Pass: Sinners of the System Case.3 - Onshuu no Kanata ni",
            "year": 2019,
            "imdb_score": "7.3",
            "votes": 328,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODBjNGQxYTctNTI2OC00ZTU4LWFjODMtNzNiMGUwNjJmNTVhXkEyXkFqcGdeQXVyNDE2NTEzNw@@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Naoyoshi Shiotani"
            ],
            "actors": [
                "Satoshi Tsuruoka",
                "Sumire Morohoshi",
                "Takako Honda",
                "Tomokazu Seki",
                "Tomoyuki Shimura",
                "Tsutomu Isobe",
                "Wataru Takagi"
            ],
            "writers": [
                "Makoto Fukami"
            ],
            "genres": [
                "Action",
                "Animation",
                "Crime"
            ]
        },
        {
            "id": 11079540,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11079540?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11079540/",
            "title": "The Will",
            "year": 2020,
            "imdb_score": "6.1",
            "votes": 444,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjAyZmQ3MjAtZWU3NS00MDJjLWEzNzMtZjY5NjdiODJjMGU1XkEyXkFqcGdeQXVyMTA0NTk4Mw@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Louise Alston"
            ],
            "actors": [
                "Bill Thorpe",
                "Billy Rick",
                "Bobby James Evers",
                "Brett Bartholomew",
                "Caroline Mixon",
                "Chris McKenna",
                "Christian Hopper",
                "Dane Michael Glynn",
                "Eileen Weisinger",
                "Kyra Weeks",
                "Martin Dingle Wall",
                "Megan Dodds",
                "Patrick Byas",
                "Robin S. Walker",
                "Trey Murphy"
            ],
            "writers": [
                "Joany Kane",
                "Kristen Ashley"
            ],
            "genres": [
                "Romance"
            ]
        },
        {
            "id": 11081744,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11081744?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11081744/",
            "title": "Realna prica",
            "year": 2019,
            "imdb_score": "7.3",
            "votes": 926,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTgzZDBjNzQtNGVkNy00ZjlkLTgyMzMtNTQ0MDRlMDM4NTA3XkEyXkFqcGdeQXVyMjM5MTg4MjQ@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Gordan Kicic"
            ],
            "actors": [
                "Branimir Brstina",
                "Gordan Kicic",
                "Jovana Gavrilovic",
                "Katarina Gojkovic",
                "Lena Lazovic",
                "Marko Crnogorac",
                "Milenko Adamov",
                "Milica Mihajlovic",
                "Nebojsa Ilic",
                "Nemanja Oliveric",
                "Nina Jankovic",
                "Primoz Ekart",
                "Radomir Nikolic",
                "Svetozar Cvetkovic",
                "Vanja Ejdus"
            ],
            "writers": [
                "Gordan Kicic"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11082512,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11082512?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11082512/",
            "title": "Adventure Force 5",
            "year": 2019,
            "imdb_score": "5.1",
            "votes": 158,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjNlYTM0YjUtMTRhOS00OWMwLTgwZTctMjQ2ODZiMTc5OGU1XkEyXkFqcGdeQXVyMTIzNDAxODY1._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Michael Younesi"
            ],
            "actors": [
                "Anthony D. Washington",
                "Anthony Hoang",
                "Beth Littleford",
                "Donald Bowen",
                "Dylan Arnold",
                "Ernie Hudson",
                "Glenda Morgan Brown",
                "Jabbar Lewis",
                "Jamie-Lynn Sigler",
                "Kartik Ash",
                "Lexee Davis",
                "Marleik Mar Mar Walker",
                "Matt McCoy",
                "Paul Ben-Victor",
                "Tate Birchmore"
            ],
            "writers": [
                "Michael Younesi"
            ],
            "genres": [
                "Action",
                "Adventure",
                "Family"
            ]
        }
    ]
}