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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17149",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17147",
    "results": [
        {
            "id": 11634320,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11634320?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11634320/",
            "title": "Expectant",
            "year": 2020,
            "imdb_score": "5.2",
            "votes": 121,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZWYwODljMGEtMWMwZi00MTFjLThiODgtNWQ3YTQ3NzZmMzg0XkEyXkFqcGdeQXVyNTYxMjExMzY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Damián Romay"
            ],
            "actors": [
                "Antoni Corone",
                "Carol Saragusa",
                "Damián Romay",
                "Daniel Contois",
                "Ellen Marguerite Cullivan",
                "Emmanuelle Vaugier",
                "Hannah Bamberg",
                "Jacobo Rispa",
                "Josh Ventura",
                "Laura Ault",
                "Omar Caraballo",
                "Owen Miller",
                "Sabina Mach",
                "Susan Gallagher",
                "Tommi Rose"
            ],
            "writers": [
                "Damián Romay",
                "Kelly Peters"
            ],
            "genres": [
                "Thriller"
            ]
        },
        {
            "id": 11640412,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11640412?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11640412/",
            "title": "#TemanTapiMenikah2",
            "year": 2020,
            "imdb_score": "6.7",
            "votes": 172,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjlkYzM2NzUtMzIwZC00MzI4LWI0ZTEtNDYwNWUxNmFmYzRjXkEyXkFqcGdeQXVyNzEzNjU1NDg@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Rako Prijanto"
            ],
            "actors": [
                "Adipati Dolken",
                "Anna Tairas",
                "Canti Tachril",
                "Clay Gribble",
                "Ivan Leonardy",
                "Jourdy Pranata",
                "Mawar Eva de Jongh",
                "Nagra Kautsar Pakusadewo",
                "Ravil Prasetya",
                "Sarah Sechan",
                "Sari Nila",
                "Sp Lili",
                "Thalia Basir",
                "Tubagus Ali",
                "Vonny Cornellya"
            ],
            "writers": [
                "Ayudia Bing Slamet",
                "Johanna Wattimena"
            ],
            "genres": [
                "Biography",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 11649614,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11649614?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11649614/",
            "title": "Hiteumaen",
            "year": 2020,
            "imdb_score": "6.3",
            "votes": 986,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNGFmOWQ0MTYtNGViZi00YmU5LWJkMGYtN2ZlYzRlMTk1OGZjXkEyXkFqcGdeQXVyOTIxNDQ1MTQ@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Won-sub Choi"
            ],
            "actors": [
                "Ji-won Lee",
                "Jun-ho Jeong",
                "Noah Pitts",
                "Sang-Woo Kwon",
                "Won Hee Lee",
                "Woo-seul-hye Hwang",
                "Yi-Kyeong Lee"
            ],
            "writers": [
                "Jung-Ryeol Sin",
                "Won-sub Choi"
            ],
            "genres": [
                "Action",
                "Comedy"
            ]
        },
        {
            "id": 11650674,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11650674?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11650674/",
            "title": "Ouija Shark",
            "year": 2020,
            "imdb_score": "1.7",
            "votes": 380,
            "image_url": "https://m.media-amazon.com/images/M/MV5BM2YwZGQxMDQtNWM5MC00MTljLTljZTYtZGM3ZmZhMDBmODMyXkEyXkFqcGdeQXVyOTg2NzA5ODY@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Brett Kelly"
            ],
            "actors": [
                "Amy Osborne",
                "Chad Walls",
                "Christina Roman",
                "Fiona Nelson",
                "John Migliore",
                "Kyle Martellacci",
                "Kylie Gough",
                "Leslie Cserepy",
                "Peter Whittaker",
                "Robin Hodge",
                "Simon Wheeldon",
                "Staci Marie Lattery",
                "Steph Goodwin",
                "Taryn Waldorf",
                "Zoe Towne"
            ],
            "writers": [
                "David A. Lloyd"
            ],
            "genres": [
                "Horror"
            ]
        },
        {
            "id": 11651604,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11651604?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11651604/",
            "title": "Silencer",
            "year": 2020,
            "imdb_score": "8.2",
            "votes": 483,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZjJiYjIzYTMtNzQ2NS00ZTYyLTlkZDMtNmZlMDM1MTk1NDY4XkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Priyanandanan"
            ],
            "actors": [
                "Binoy Nambala",
                "Irshad",
                "Jayaraj Warrier",
                "Lal",
                "Meera Vasudevan",
                "Ramu"
            ],
            "writers": [
                "P.N. Gopikrishnan"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}