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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17146",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17144",
    "results": [
        {
            "id": 11559652,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11559652?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11559652/",
            "title": "Me contro Te Il Film - La Vendetta del Signor S",
            "year": 2020,
            "imdb_score": "1.5",
            "votes": 190,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMGY1YjFlMGEtOTUwMi00YzliLThlODgtZDRlZGNhNWM1ZTQzXkEyXkFqcGdeQXVyMTI5NDIzMzY@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Gianluca Leuzzi"
            ],
            "actors": [
                "Antonella Carone",
                "Giustina Buonomo",
                "Luigi Calagna",
                "Maria Protomastro",
                "Michele Savoia",
                "Sofia Scalia"
            ],
            "writers": [
                "Andrea Boin",
                "Luigi Calagna"
            ],
            "genres": [
                "Comedy",
                "Family"
            ]
        },
        {
            "id": 11561866,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11561866?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11561866/",
            "title": "Masameer the Movie",
            "year": 2020,
            "imdb_score": "6.0",
            "votes": 1732,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjI2ZjQzYWMtMGU5Ni00ZjAyLThiODUtYWY5NTM5ZTIxZGQ4XkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Malik Nejer"
            ],
            "actors": [
                "Abdulaziz Almuzaini",
                "Abdulaziz Alshehri",
                "Ibrahim Alkhairallah",
                "Lama Alfard",
                "Malik Nejer",
                "Mazroa Almazroa",
                "Mohammed M. Sendi",
                "Riyad Alsalhani",
                "Shaalan Alshaalan",
                "Shahad Alahmari",
                "Sulaiman Alnazha",
                "Yousef Aldakheel"
            ],
            "writers": [
                "Abdulaziz Almuzaini",
                "Malik Nejer"
            ],
            "genres": [
                "Animation"
            ]
        },
        {
            "id": 11563836,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11563836?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11563836/",
            "title": "Da ying jia",
            "year": 2020,
            "imdb_score": "6.5",
            "votes": 190,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZWYyZGU4MWQtOTI0ZS00NWEzLTliYTAtMjI4ZTNmNDY4YjA0XkEyXkFqcGdeQXVyNzI1NzMxNzM@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Miao Yu"
            ],
            "actors": [
                "Alan Aruna",
                "Chengpeng Dong",
                "Di Xu",
                "Fan Zhang",
                "Ge Wang",
                "Hetang Meng",
                "Hui Tao",
                "Lele Dai",
                "Shaorong Zhang",
                "Xia Zhen",
                "Yan Liu",
                "Yanduo Yang",
                "Yu Tian",
                "Yuan Du",
                "Zixian Zhang"
            ],
            "writers": [
                "Si Wang",
                "Xiao Li"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 11566164,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11566164?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11566164/",
            "title": "Secret Zoo",
            "year": 2020,
            "imdb_score": "6.1",
            "votes": 807,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTdjNzM5OTItMzYzNC00OWFhLTkxZmMtYzdhMzZhNDBiMTZlXkEyXkFqcGdeQXVyOTIxNDQ1MTQ@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Jae-gon Son"
            ],
            "actors": [
                "Bi-bi Kim",
                "Heung-rae Kim",
                "Hyun-Wook Lee",
                "Jae-hong Ahn",
                "Ki-Cheon Kim",
                "Seong-oh Kim",
                "Seung-jo Jang",
                "So-ra Kang",
                "Soo-jin Kim",
                "Susanna No",
                "Woon Jong Jeon",
                "Yang Hee-Won",
                "Yeo-bin Jeon",
                "Yeong-gyu Park",
                "Yeri Han"
            ],
            "writers": [
                "Jae-gon Son"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11566166,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11566166?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11566166/",
            "title": "Mr. Zoo: The Missing VIP",
            "year": 2020,
            "imdb_score": "5.6",
            "votes": 255,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYmMxMWU1MTUtY2Q0YS00YmEwLTg4OWUtMjUxOTkyNzYzNmEyXkEyXkFqcGdeQXVyNTM0MDc1ODE@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Tae-Yun Kim"
            ],
            "actors": [
                "Bae Jeong-nam",
                "David Lee McInnis",
                "Hoon Song",
                "Seo-hyeong Kim",
                "So Won Kal",
                "Sung-min Lee"
            ],
            "writers": [
                "Tae-Yun Kim"
            ],
            "genres": [
                "Action",
                "Comedy"
            ]
        }
    ]
}