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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17102",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17100",
    "results": [
        {
            "id": 10955148,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10955148?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10955148/",
            "title": "Rising Free",
            "year": 2019,
            "imdb_score": "6.7",
            "votes": 823,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMGIxNTM4MTAtNTRlNS00NWIwLTg2MmItYzc3OWFiZDMyN2Y1XkEyXkFqcGdeQXVyMTA3Njg5OTYz._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Christian Johannesson"
            ],
            "actors": [
                "Bob Grove",
                "Elias Kamplain",
                "Melanie Foust",
                "Samantha Droke",
                "Stephan Lunsford"
            ],
            "writers": [
                "H.B. Johannesson"
            ],
            "genres": [
                "Drama",
                "History"
            ]
        },
        {
            "id": 10955578,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10955578?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10955578/",
            "title": "Action",
            "year": 2019,
            "imdb_score": "4.5",
            "votes": 693,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTdkNGY5YjItOWU5OC00NTA0LTkxMGEtZDRlNWZmMmI2ZGZmXkEyXkFqcGdeQXVyODIwMDI1NjM@._V1_UY268_CR43,0,182,268_AL_.jpg",
            "directors": [
                "Sundar C."
            ],
            "actors": [
                "Aishwarya Lekshmi",
                "Akanksha Puri",
                "Arav Chowdharry",
                "Bharath Reddy",
                "Chaya Singh",
                "Kabir Duhan Singh",
                "Pala Karuppaiah",
                "Ramki",
                "Sayaji Shinde",
                "Sha Ra",
                "Tamannaah Bhatia",
                "Vincent Ashokan",
                "Vishal",
                "Yogi Babu",
                "Yuri Suri"
            ],
            "writers": [
                "Sundar C.",
                "Venkat Raghavan"
            ],
            "genres": [
                "Action",
                "Adventure"
            ]
        },
        {
            "id": 10958102,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10958102?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10958102/",
            "title": "Our Scripted Life",
            "year": 2020,
            "imdb_score": "7.5",
            "votes": 270,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNGYxMGFjNTYtNmY0MC00ZDUzLWI0MTctNDc1NzZiOTdlZjc3XkEyXkFqcGdeQXVyMjc1MjY0Ng@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "David Towner"
            ],
            "actors": [
                "Abby Wathen",
                "Charley",
                "Dante Donaldson",
                "Falecia Frederick",
                "James Ball",
                "Justin Bourne",
                "Mary Beringer",
                "Matt Patrick Fox",
                "Nan Bongiani",
                "Pat Germano",
                "Rahkel Brewster",
                "Ryan Karloff",
                "Sara Beringer",
                "Sonny Burnette",
                "Zaide Avila"
            ],
            "writers": [
                "David Towner",
                "John Zulovitz"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 10958282,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10958282?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10958282/",
            "title": "Vita nella Banlieu",
            "year": 2019,
            "imdb_score": "6.4",
            "votes": 1153,
            "image_url": "https://m.media-amazon.com/images/M/MV5BM2ZlMWEzNmMtMzI5Ni00MzliLTgxM2ItZjUxZGI3ODI2ZjFjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Kery James",
                "Leïla Sy"
            ],
            "actors": [
                "Ahmed Bedda",
                "Ange Basterga",
                "Aïmen Derriachi",
                "Bakary Diombera",
                "Bertrand Périer",
                "Cherine Ghemri",
                "Chloé Jouannet",
                "Dali Benssalah",
                "Jammeh Diangana",
                "Kery James",
                "Mathieu Kassovitz",
                "Nadia Lazzouni",
                "Nassim Saal",
                "Slimane Dazi",
                "Walid Afkir"
            ],
            "writers": [
                "Unknown"
            ],
            "genres": [
                "Crime"
            ]
        },
        {
            "id": 10961918,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/10961918?format=api",
            "imdb_url": "https://www.imdb.com/title/tt10961918/",
            "title": "Mamá se fue de viaje",
            "year": 2019,
            "imdb_score": "4.4",
            "votes": 122,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDhiYzc4YzctZTRmMS00ZjVmLWIzZmMtNDM0MjkzYzcxYWY0XkEyXkFqcGdeQXVyNTU3MjkzMjE@._V1_UY268_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Fernando Sariñana"
            ],
            "actors": [
                "Alenka Rios",
                "Andrea Legarreta",
                "Giovani Florido",
                "Jorge Poza",
                "Leo Barceló",
                "Leonardo Beltrán del Río",
                "Martín Altomaro",
                "Mauricio Isaac",
                "Mayrín Villanueva",
                "Nina Rubín",
                "Nora Velázquez"
            ],
            "writers": [
                "Fernando Sariñana",
                "Juan Vera"
            ],
            "genres": [
                "Comedy"
            ]
        }
    ]
}