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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17127",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17125",
    "results": [
        {
            "id": 11238048,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11238048?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11238048/",
            "title": "Black Money",
            "year": 2019,
            "imdb_score": "6.2",
            "votes": 227,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzE4ZTY0YTQtOWIxNy00MTJjLTk4N2YtNTAyZTU0Mzc0Nzk1XkEyXkFqcGdeQXVyNTE2NTg3MTQ@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Ji-yeong Jeong"
            ],
            "actors": [
                "Duk-moon Choi",
                "Han-chul Jo",
                "Jin-woong Cho",
                "Kyeong-yeong Lee",
                "Lee Hanee",
                "Moon-cheol Nam",
                "Na-ra Lee",
                "Shin-il Kang",
                "Sung-min Lee",
                "Sung-tae Heo",
                "Teo Yoo"
            ],
            "writers": [
                "Unknown"
            ],
            "genres": [
                "Crime",
                "Drama",
                "Thriller"
            ]
        },
        {
            "id": 11238648,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11238648?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11238648/",
            "title": "We Are All Together",
            "year": 2019,
            "imdb_score": "4.2",
            "votes": 638,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjUyYTU0ZWItYTZmMi00NDJmLWFjNDYtYjI5OGQ3N2FkYjE4XkEyXkFqcGdeQXVyNjkxOTM4ODY@._V1_UY268_CR16,0,182,268_AL_.jpg",
            "directors": [
                "Kamal Tabrizi"
            ],
            "actors": [
                "Ali Shadman",
                "Hanie Tavassoli",
                "Hasan Majuni",
                "Javad Ezati",
                "Leila Hatami",
                "Mani Haghighi",
                "Mehran Ghafoorian",
                "Mehran Modiri",
                "Mohammad Reza Golzar",
                "Nader Fallah",
                "Pejman Jamshidi",
                "Sam Nouri",
                "Sorush Sehhat",
                "Vishka Asayesh",
                "Yadollah Shademani"
            ],
            "writers": [
                "Hosein Amiri Doumari",
                "Mohammad Davoudi"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11239374,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11239374?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11239374/",
            "title": "Scumbag",
            "year": 2020,
            "imdb_score": "6.6",
            "votes": 258,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzQ4OTVlYmUtYjQxMS00MDNlLTg3OWItNDI5YjNhNjRkMjljXkEyXkFqcGdeQXVyMTEzMzU4NjYw._V1_UY268_CR7,0,182,268_AL_.jpg",
            "directors": [
                "Mariana Cengel-Solcanská",
                "Rudolf Biermann"
            ],
            "actors": [
                "Andrej Remeník",
                "Branislav Bystriansky",
                "Dana Droppová",
                "Daniel Heriban",
                "Diana Mórová",
                "Gabriela Marcinková",
                "Jakub Rybárik",
                "Jozef Vajda",
                "Juliana Johanidesová",
                "Lukas Pelc",
                "Maria Mimi Schumerová",
                "Marko Igonda",
                "Petra Dubayova",
                "Szidi Tobias",
                "Tibor Vokoun"
            ],
            "writers": [
                "Mariana Cengel-Solcanská",
                "Rudolf Biermann"
            ],
            "genres": [
                "Thriller"
            ]
        },
        {
            "id": 11240506,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11240506?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11240506/",
            "title": "W lesie dzis nie zasnie nikt",
            "year": 2020,
            "imdb_score": "4.8",
            "votes": 5622,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzM5ZDcyMDUtZGM0Zi00YzI3LTllYjEtODU1ODk1ZTkxZDlhXkEyXkFqcGdeQXVyMTEwMTY3NDI@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Bartosz M. Kowalski"
            ],
            "actors": [
                "Bartlomiej Firlet",
                "Bartlomiej Kotschedoff",
                "Gabriela Muskala",
                "Izabela Dabrowska",
                "Julia Wieniawa-Narkiewicz",
                "Malgorzata Szczerbowska",
                "Michal Lupa",
                "Michal Zbroja",
                "Miroslaw Zbrojewicz",
                "Olaf Lubaszenko",
                "Piotr Cyrwus",
                "Sebastian Dela",
                "Stanislaw Cywka",
                "Wiktoria Gasiewska",
                "Wojciech Mecwaldowski"
            ],
            "writers": [
                "Bartosz M. Kowalski",
                "Jan Kwiecinski"
            ],
            "genres": [
                "Horror"
            ]
        },
        {
            "id": 11241510,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11241510?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11241510/",
            "title": "Eerie Fairy Tales",
            "year": 2019,
            "imdb_score": "6.8",
            "votes": 323,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMmE1NmFmZGItMTVkMi00MjBhLTg2MzItZjgzMGIzMWJjOTY1XkEyXkFqcGdeQXVyNjM4NTM3Mw@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Mart Sander"
            ],
            "actors": [
                "Ain Mäeots",
                "Heli Vahing",
                "Jekaterina Novosjolova",
                "Kadri Rämmeld",
                "Liisa Linhein",
                "Lisette Pomerants",
                "Mart Müürisepp",
                "Mart Sander",
                "Merle Palmiste",
                "Märt Koik",
                "Ott Salla",
                "Tanel Saar",
                "Toomas Kolk",
                "Vahur-Paul Põldma",
                "Väino Puura"
            ],
            "writers": [
                "Mart Sander"
            ],
            "genres": [
                "Fantasy",
                "Horror"
            ]
        }
    ]
}