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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17122",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17120",
    "results": [
        {
            "id": 11172926,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11172926?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11172926/",
            "title": "Jiong ma",
            "year": 2020,
            "imdb_score": "5.7",
            "votes": 621,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDU1ZGEyNDQtMDAxZC00MjhmLTg4YTUtNjcwMzZiN2JlNjBiXkEyXkFqcGdeQXVyNzI1NzMxNzM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Zheng Xu"
            ],
            "actors": [
                "Bing Jia",
                "Bo Huang",
                "Godfrey Gao",
                "Jianya Zhang",
                "Jing Wu",
                "Jingfei Guo",
                "Johnny Huang",
                "Meiying Huang",
                "Olga Magnytskao",
                "Qi Chen",
                "Quan Yuan",
                "Teng Shen",
                "Xiaobao Song",
                "Yunfang Wu",
                "Zheng Xu"
            ],
            "writers": [
                "Bululufu",
                "Keke He"
            ],
            "genres": [
                "Adventure",
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 11173106,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11173106?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11173106/",
            "title": "Sufna",
            "year": 2020,
            "imdb_score": "8.1",
            "votes": 1203,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZWY4YzViZTUtMzlkNy00YzA1LWI5MDctOTViNGQyMmMxMzNmXkEyXkFqcGdeQXVyMjUxNjcxMjU@._V1_UY268_CR43,0,182,268_AL_.jpg",
            "directors": [
                "Jagdeep Sidhu"
            ],
            "actors": [
                "Ammy Virk",
                "Balwinder Bullet",
                "Beant Sharma",
                "Harpreet Bains",
                "Jagjeet Sandhu",
                "Jasmin Bajwa",
                "Kaka Mansa",
                "Karamjit Anmol",
                "Lakha Lehri",
                "Mintu Kapa",
                "Mohini Toor",
                "Rabab",
                "Sandeep Brar",
                "Seema Kaushal",
                "Tania"
            ],
            "writers": [
                "Jagdeep Sidhu"
            ],
            "genres": [
                "Romance"
            ]
        },
        {
            "id": 11173524,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11173524?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11173524/",
            "title": "Ring Mamma!",
            "year": 2019,
            "imdb_score": "5.3",
            "votes": 276,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMWIxYTdkMjAtNjRlYS00MjIwLTgyYjItZGEzOWJhZTMxZjk4XkEyXkFqcGdeQXVyMTY5MzE5NDA@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Lisa Aschan"
            ],
            "actors": [
                "Aleksa Lundberg",
                "Alexander Karim",
                "Allan Linnér",
                "Anna Mannheimer",
                "Björn Gustafsson",
                "Cecilia Forss",
                "Eric Ericson",
                "Evin Ahmad",
                "Furat Jari",
                "Jonatan Rodriguez",
                "Julia Corti Kopp",
                "Nina Gunke",
                "Sanna Sundqvist",
                "Victor Iván",
                "Viktor Frisk"
            ],
            "writers": [
                "Lisa Aschan"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11176322,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11176322?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11176322/",
            "title": "Paydirt",
            "year": 2020,
            "imdb_score": "6.4",
            "votes": 1197,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTVkZjVlN2ItZTQ3NS00NTY5LWI2MjQtYjFlZDdlNzQ1OTNhXkEyXkFqcGdeQXVyNjgxODY5NzM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Christian Sesma"
            ],
            "actors": [
                "Jack Grimmett",
                "Luke Goss",
                "Mara Fimbres",
                "Mary Christina Brown",
                "Mercedes Kilmer",
                "Mike Hatton",
                "Mirtha Michelle",
                "Murielle Telio",
                "Nick Vallelonga",
                "Paul Sloan",
                "Russell Jones",
                "Teodora Djuric",
                "Val Kilmer",
                "Veronika Bozeman",
                "Vince DeCosta"
            ],
            "writers": [
                "Christian Sesma"
            ],
            "genres": [
                "Crime",
                "Thriller"
            ]
        },
        {
            "id": 11177112,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11177112?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11177112/",
            "title": "Shinui Han Soo: Gwisoopyeon",
            "year": 2019,
            "imdb_score": "6.3",
            "votes": 231,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNWRmNzE5NzctM2ZjNC00OWVkLWEyMjMtYTUyOTNhY2JiNTE2XkEyXkFqcGdeQXVyMTA0NzM3MTM1._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Khan Lee"
            ],
            "actors": [
                "Do-Hwan Woo",
                "Hee-won Kim",
                "Hong Nae Lee",
                "Sang-Woo Kwon",
                "Sung-je Cha",
                "Sung-tae Heo"
            ],
            "writers": [
                "Unknown"
            ],
            "genres": [
                "Action"
            ]
        }
    ]
}