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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17148",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17146",
    "results": [
        {
            "id": 11588714,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11588714?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11588714/",
            "title": "Samurai in Berlin",
            "year": 2019,
            "imdb_score": "3.1",
            "votes": 244,
            "image_url": "https://m.media-amazon.com/images/M/MV5BY2NmNDQ2NGMtODIxYi00ZjRmLWJhZWYtOGVlNjhhZGY3NDg4XkEyXkFqcGdeQXVyMjUyNzA2ODM@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Mehdi Naderi"
            ],
            "actors": [
                "Ahmad Semnar",
                "Amir Mahdi Jule",
                "Asadollah Yekta",
                "Azadeh Esmaeilkhani",
                "Gohar Kheirandish",
                "Hamid Farokhnezhad",
                "Hooman Hajabdollahi",
                "Mir Taher Mazloomi",
                "Mitra Hajjar",
                "Mohsen Hosseini",
                "Nader Mashayekhi",
                "Parvin Maleki",
                "Renee Johanna Stulz",
                "Robin Czerny",
                "Saman Saffari"
            ],
            "writers": [
                "Mehdi Naderi"
            ],
            "genres": [
                "Action",
                "Comedy"
            ]
        },
        {
            "id": 11613548,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11613548?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11613548/",
            "title": "Kathbirali",
            "year": 2019,
            "imdb_score": "7.5",
            "votes": 375,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDJhZmVhYjgtNzdmMy00NzVhLWEwZjYtYTQwOGIyMTYwY2QxXkEyXkFqcGdeQXVyNDE2MDI4Mzc@._V1_UY268_CR87,0,182,268_AL_.jpg",
            "directors": [
                "Niamul Mukta"
            ],
            "actors": [
                "Abul Kalam Azad Setu",
                "Asaduzzaman Abir",
                "Hindol Roy",
                "Orchita Sporshia",
                "Sayed Zaman Shawon",
                "Shahriar Ferdous Sazeeb",
                "Shilpi Sharkar Apu",
                "Tanzina Rahman Tasnim"
            ],
            "writers": [
                "Muhammad Tasneemul Hasan"
            ],
            "genres": [
                "Drama",
                "Thriller"
            ]
        },
        {
            "id": 11614912,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11614912?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11614912/",
            "title": "She Dies Tomorrow",
            "year": 2020,
            "imdb_score": "5.1",
            "votes": 2986,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTA5YWNkZDctOWUzMy00OGU0LThmYTQtYzJlZGQyZDkyNGEzXkEyXkFqcGdeQXVyMDM2NDM2MQ@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Amy Seimetz"
            ],
            "actors": [
                "Adam Wingard",
                "Chris Messina",
                "James Benning",
                "Jane Adams",
                "Jennifer Kim",
                "Josh Lucas",
                "Kate Lyn Sheil",
                "Katie Aselton",
                "Kentucker Audley",
                "Madison Calderon",
                "Michelle Rodriguez",
                "Oden Mack",
                "Olivia Taylor Dudley",
                "Tunde Adebimpe"
            ],
            "writers": [
                "Amy Seimetz"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Mystery"
            ]
        },
        {
            "id": 11617052,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11617052?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11617052/",
            "title": "Undine - Un amore per sempre",
            "year": 2020,
            "imdb_score": "6.4",
            "votes": 1617,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzNmNmJiNzgtZWViYy00MDk0LWFiNzEtMTA1MWY5NTI4N2M3XkEyXkFqcGdeQXVyNjgzMjY4MDU@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Christian Petzold"
            ],
            "actors": [
                "Anne Ratte-Polle",
                "Bita Steinjan",
                "Christoph Zrenner",
                "Enno Trebs",
                "Franz Rogowski",
                "Gloria Endres de Oliveira",
                "Jacob Matschenz",
                "José Barros",
                "Julia Franz Richter",
                "Maryam Zaree",
                "Paula Beer",
                "Rafael Stachowiak",
                "Stefan Walz"
            ],
            "writers": [
                "Christian Petzold"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 11617492,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11617492?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11617492/",
            "title": "Orbius",
            "year": 2020,
            "imdb_score": "8.9",
            "votes": 233,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjNiYTIwYmUtZDlmYy00MWMxLWI0OTAtMmRkODdlMTM1ZTVmXkEyXkFqcGdeQXVyNDcwNDE0Nzk@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Sergey A."
            ],
            "actors": [
                "Random People",
                "Sergey A."
            ],
            "writers": [
                "Sergey A."
            ],
            "genres": [
                "Fantasy"
            ]
        }
    ]
}