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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17107",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17105",
    "results": [
        {
            "id": 10994688,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10994688?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10994688/",
            "title": "The Binge",
            "year": 2020,
            "imdb_score": "5.1",
            "votes": 2371,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMmU3NTU0MDctOGQ3My00OWEyLTk4NjctODQ3OTMyYzdhYjYxXkEyXkFqcGdeQXVyMTEyMjM2NDc2._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Jeremy Garelick"
            ],
            "actors": [
                "Alexander Low",
                "Brittany Garms",
                "Caitlyn Stephenson",
                "Dexter Darden",
                "Eduardo Franco",
                "Esteban Benito",
                "Godfrey",
                "Grace Van Dien",
                "Mackenzie Rohan",
                "Marta Piekarz",
                "Melissa Lawson",
                "Natalie Paige Goldberg",
                "Skyler Gisondo",
                "Vince Vaughn",
                "Zainne Saleh"
            ],
            "writers": [
                "Jordan VanDina"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 10995146,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10995146?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10995146/",
            "title": "Entha Manchivaadavuraa",
            "year": 2020,
            "imdb_score": "5.5",
            "votes": 251,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMDQyYzExNjAtZjU2Yi00NzFlLTk2ODItOGY4NzU5OTE5MjEyXkEyXkFqcGdeQXVyNDY5MTUyNjU@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Satish Vegesna"
            ],
            "actors": [
                "Gayatri Bhargavi",
                "Mehreen Pirzada",
                "Nandamuri Kalyan Ram",
                "Pavitra Lokesh",
                "Prabhas Sreenu",
                "Praveen",
                "Rajeev Kanakala",
                "Rajshri Nair",
                "Sarath Babu",
                "Suhasini",
                "Sumithra",
                "Tanikella Bharani",
                "V.K. Naresh",
                "Vennela Kishore",
                "Vijayakumar"
            ],
            "writers": [
                "Satish Vegesna"
            ],
            "genres": [
                "Action",
                "Drama"
            ]
        },
        {
            "id": 10996896,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10996896?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10996896/",
            "title": "Irandam Ulagaporin Kadaisi Gundu",
            "year": 2019,
            "imdb_score": "7.3",
            "votes": 754,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMmU1ZDQwOTQtMmUwZS00YjM4LWE1ZjItNjJiNDFhYjY5Nzk1XkEyXkFqcGdeQXVyMzYxOTQ3MDg@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Athiyan Athirai"
            ],
            "actors": [
                "Anandhi",
                "Dinesh",
                "G. Marimuthu",
                "Hari",
                "John Vijay",
                "Karuppu Nambiyaar",
                "Lijeesh",
                "Munishkanth",
                "Munnar Ramesh",
                "Rama",
                "Ramesh Thilak",
                "Riythvika",
                "Saranya Ravi",
                "Supergood Subramani",
                "Vinoth"
            ],
            "writers": [
                "Athiyan Athirai"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11007198,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11007198?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11007198/",
            "title": "Boy Meets Gun",
            "year": 2019,
            "imdb_score": "6.6",
            "votes": 219,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOGM1ZGNiNmEtOWI5MS00MzM3LTk5OGQtNTA5M2NkZTFlYWY3XkEyXkFqcGdeQXVyNzU5NDM3MjY@._V1_UY268_CR43,0,182,268_AL_.jpg",
            "directors": [
                "Joost van Hezik"
            ],
            "actors": [
                "Annelies Appelhof",
                "Bobbie Bok",
                "Bram Coopmans",
                "Charlie Chan Dagelet",
                "Eelco Smits",
                "Floris van Roessel",
                "Helen Kamperveen",
                "Joost van Hezik",
                "Mara van Vlijmen",
                "Mike Meijer",
                "Peter Bolhuis",
                "Phi Nguyen",
                "Victor Ijdens",
                "Wendy Vrijenhoek",
                "Xander van Vledder"
            ],
            "writers": [
                "Willem Bosch"
            ],
            "genres": [
                "Comedy",
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 11010144,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11010144?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11010144/",
            "title": "Seriously Single",
            "year": 2020,
            "imdb_score": "4.3",
            "votes": 997,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODA0YzAzOTItZDZmNS00YmRmLTllNjQtMGU3ZjZlNGFjMjM4XkEyXkFqcGdeQXVyODE5NTc1MjM@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Katleho Ramaphakela",
                "Rethabile Ramaphakela"
            ],
            "actors": [
                "Bohang Moeko",
                "Fulu Mugovhani",
                "Mpho Osei Tutu",
                "Tiffany Barbuzano",
                "Tumi Morake",
                "Yonda Thomas"
            ],
            "writers": [
                "Lwazi Mvusi"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        }
    ]
}