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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17135",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17133",
    "results": [
        {
            "id": 11358398,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11358398?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11358398/",
            "title": "Namsanui bujangdeul",
            "year": 2020,
            "imdb_score": "7.0",
            "votes": 1502,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYTg4YzkyMWEtODZhOS00ZDk1LThhNzUtYzBhZDVlZDIzYTc4XkEyXkFqcGdeQXVyNzI1NzMxNzM@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Min-ho Woo"
            ],
            "actors": [
                "Byung-hun Lee",
                "Do-Guk Lee",
                "Do-won Kwak",
                "Eric Bernard",
                "Garrison Michael Farquharson-Keener",
                "Hee-joon Lee",
                "Hyun-Joon Ji",
                "Jerry Rector",
                "Lee Leonard",
                "Min-Sang Kim",
                "Seung-Hoon Kim",
                "So-jin Kim",
                "Suk-Tae Joo",
                "Sung-min Lee",
                "Tae-Hyung Lee"
            ],
            "writers": [
                "Min-ho Woo"
            ],
            "genres": [
                "Drama",
                "History",
                "Thriller"
            ]
        },
        {
            "id": 11371934,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11371934?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11371934/",
            "title": "Jimmy Ee Veedinte Aiswaryam",
            "year": 2019,
            "imdb_score": "6.4",
            "votes": 426,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWNjMTU1NDAtZWY3Ni00MzNiLTgyOTQtOTdkZWQ4ZWNmZTIzXkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Raju Chandra"
            ],
            "actors": [
                "Divya Pillai",
                "Hareesh Kanaran",
                "Idavela Babu",
                "Johny Antony",
                "Joy Mathew",
                "Kuruvilla John",
                "Mithun Ramesh",
                "Nirmal Palazhi",
                "Nishaa Mathew",
                "Sasi Kalinga",
                "Subeesh Sudhi",
                "Sunil Sukhada",
                "Suraj Venjaramoodu",
                "Veena Nair"
            ],
            "writers": [
                "Raju Chandra"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11379468,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11379468?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11379468/",
            "title": "Patham Classile Pranayam",
            "year": 2019,
            "imdb_score": "7.8",
            "votes": 660,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMDMzNTQwNTMtYjZiYS00Yjg5LWIzMDEtY2Y5ZTg0NzQxNTYzXkEyXkFqcGdeQXVyODY1NTE0NDY@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Nitheesh K. Nair"
            ],
            "actors": [
                "Abhaya Raju",
                "Arya Devi",
                "Charmila",
                "Jayan Cherthala",
                "Kalabhavan Haneef",
                "Kannan Santhosh",
                "Kiran Raj",
                "Lishoy",
                "Manoj Guiness",
                "Mustafa Lion",
                "Naseer Sankranthy",
                "Pradeep Kottayam",
                "Sunil Sukhada",
                "Vaishnav",
                "Vaishnav Menon"
            ],
            "writers": [
                "Nitheesh K. Nair",
                "Prasoon Sukumaran"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 11384306,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11384306?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11384306/",
            "title": "Heza",
            "year": 2019,
            "imdb_score": "7.3",
            "votes": 232,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjdjNWYzM2EtY2M2My00NjVjLTkwNGMtMTAzOTMxZjcxZWUzXkEyXkFqcGdeQXVyMTA0MDMwNDEy._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Munna Kasi"
            ],
            "actors": [
                "Mumait Khan",
                "Munna Kasi"
            ],
            "writers": [
                "Unknown"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11385066,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11385066?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11385066/",
            "title": "The App",
            "year": 2019,
            "imdb_score": "2.6",
            "votes": 1095,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYjZhY2UwZWUtYjhiNS00YzhmLWFjMmUtODlmMzU0MDc1OGZmXkEyXkFqcGdeQXVyMTY5OTQzNzY@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Elisa Fuksas"
            ],
            "actors": [
                "Abel Ferrara",
                "Andrea Giannini",
                "Anita Kravos",
                "Beatrice Puccilli",
                "Daniele Saladini",
                "Franco Idone",
                "Giampiero Judica",
                "Greta Scarano",
                "Jessica Cressy",
                "Maurizio Di Carmine",
                "Maya Sansa",
                "Romeo Pellegrini",
                "Salvatore Costa",
                "Stella Mastrantonio",
                "Vincenzo Crea"
            ],
            "writers": [
                "Elisa Fuksas",
                "Lucio Pellegrini"
            ],
            "genres": [
                "Drama",
                "Sci-Fi",
                "Thriller"
            ]
        }
    ]
}