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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17126",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17124",
    "results": [
        {
            "id": 11229886,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11229886?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11229886/",
            "title": "Les Misérables: The Staged Concert",
            "year": 2019,
            "imdb_score": "8.6",
            "votes": 252,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzkxZTBiZWItMmE2NC00OWU3LTlmYWQtZWYyZGNiNzNjODBlXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "James Powell",
                "Nick Morris"
            ],
            "actors": [
                "Alfie Boe",
                "Bradley Jaden",
                "Carrie Hope Fletcher",
                "Craig Mather",
                "Earl Carpenter",
                "Ellie Shenker",
                "Gavin James",
                "Katy Secombe",
                "Lily Kerhoas",
                "Logan Clark",
                "Matt Lucas",
                "Michael Ball",
                "Rob Houchen",
                "Shan Ako",
                "Stephen Matthews"
            ],
            "writers": [
                "Alain Boublil",
                "Claude-Michel Schönberg"
            ],
            "genres": [
                "Drama",
                "History",
                "Musical"
            ]
        },
        {
            "id": 11230050,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11230050?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11230050/",
            "title": "Solar Impact",
            "year": 2019,
            "imdb_score": "3.1",
            "votes": 266,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTk0MGE3MmEtZjEwOC00NWJkLWE3ZmUtNGQwMjgyYjZiYzgwXkEyXkFqcGdeQXVyMTA5NTk2MDA4._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Unknown"
            ],
            "actors": [
                "Gary Knowles",
                "Grace Dixon",
                "Natalie Martins",
                "Oliver Goodwill",
                "Oliver Park",
                "Peter Knight",
                "Polly Kilpatrick",
                "Simon Riordan"
            ],
            "writers": [
                "Simon Park"
            ],
            "genres": [
                "Horror",
                "Sci-Fi"
            ]
        },
        {
            "id": 11230868,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11230868?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11230868/",
            "title": "Kappela",
            "year": 2020,
            "imdb_score": "7.6",
            "votes": 1935,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTVlNTA0NWQtZWRmOS00MDA1LTgwZmItOTY0MGEwNWVlYzE1XkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "Muhammed Musthafa"
            ],
            "actors": [
                "Anna Ben",
                "James Eliya",
                "Jolly Chirayath",
                "Mohammed Eravattoor",
                "Muhammed Musthafa",
                "Naseer Sankranthy",
                "Navas Vallikkunnu",
                "Nilja",
                "Nisha Sarangh",
                "Roshan Mathew",
                "Sreenath Bhasi",
                "Sudheesh",
                "Sudhi Koppa",
                "Tanvi Ram",
                "Vijilesh Karayad"
            ],
            "writers": [
                "Muhammed Musthafa",
                "Sudhas"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 11231440,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11231440?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11231440/",
            "title": "Doordarshan",
            "year": 2020,
            "imdb_score": "6.2",
            "votes": 1702,
            "image_url": "https://m.media-amazon.com/images/M/MV5BM2I1OTZmOWYtZGQ5MS00ZWUwLTkxNDgtNGM4MmI2NzA2MWUyXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "Gagan Puri"
            ],
            "actors": [
                "Aditya Kumar",
                "Archita Sharma",
                "Dolly Ahluwalia",
                "Ena Vohra",
                "Mahie Gill",
                "Manoj Bakshi",
                "Manu Rishi Chadha",
                "Mehak Manwani",
                "Naresh Gosain",
                "Rajesh Sharma",
                "Shardul Rana",
                "Sumit Gulati",
                "Supriya Shukla"
            ],
            "writers": [
                "Gagan Puri"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 11235142,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11235142?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11235142/",
            "title": "Dia",
            "year": 2020,
            "imdb_score": "8.2",
            "votes": 3658,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDQxYjRmNWYtNjgyMC00MDg2LTg2OTEtZmIzNWNkMDhkOTk1XkEyXkFqcGdeQXVyMzU0ODc1MTQ@._V1_UY268_CR8,0,182,268_AL_.jpg",
            "directors": [
                "K.S. Ashoka"
            ],
            "actors": [
                "Aravind Rao",
                "Darshan Apoorva",
                "Deepa Deskmukh",
                "Deepa Katte",
                "Dheekshith",
                "Gokul",
                "Gokul Chakravarthy",
                "Jyothi Rai",
                "Kumudavalli",
                "Kushi",
                "Nitish Gowda",
                "Pavithra Lokesh",
                "Pruthvi Amber",
                "Rajesh Rao",
                "Ravandur Chandan"
            ],
            "writers": [
                "K.S. Ashoka"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}