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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17142",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17140",
    "results": [
        {
            "id": 11498038,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11498038?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11498038/",
            "title": "Forbidden Dream",
            "year": 2019,
            "imdb_score": "6.5",
            "votes": 143,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjYxN2ZmZjctMmZiNS00MjcwLWE2YTAtYzEzMjhhNjQ5ODNlXkEyXkFqcGdeQXVyNzEyMDQ1MDA@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Jin-ho Hur"
            ],
            "actors": [
                "Min-sik Choi",
                "Suk-kyu Han",
                "Sung-Hoon Park"
            ],
            "writers": [
                "Unknown"
            ],
            "genres": [
                "Drama",
                "History"
            ]
        },
        {
            "id": 11502802,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11502802?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11502802/",
            "title": "Tobulas Pasimatymas",
            "year": 2020,
            "imdb_score": "6.1",
            "votes": 272,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDRkNmNkMjQtNDRlYi00MmQzLThlODYtZTdkMDFmOTJiMTFjXkEyXkFqcGdeQXVyMzE4NjMwMjc@._V1_UY268_CR110,0,182,268_AL_.jpg",
            "directors": [
                "Robertas Razma"
            ],
            "actors": [
                "Angelina Daukaite",
                "Eimutis Kvosciauskas",
                "Gabija Jaraminaite",
                "Giedrius Arbaciauskas",
                "Goda Petkute",
                "Inga Jankauskaite",
                "Jurgita Jurkute",
                "Leonardas Pobedonoscevas",
                "Lolita Martinonyte",
                "Naglis Bierancas",
                "Raifailas Karpis",
                "Rolandas Mackevicius",
                "Tomas Erbrederis",
                "Vidas Bareikis",
                "Virginija Kochanskyte"
            ],
            "writers": [
                "Michal Chacinski",
                "Sam Akina"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        },
        {
            "id": 11506054,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11506054?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11506054/",
            "title": "Uma Maheswara Ugra Roopasya",
            "year": 2020,
            "imdb_score": "7.9",
            "votes": 1131,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjYyOGUxNTUtYjVmZC00OWE4LWJmYzktMDVmNGYyMDMzNzUzXkEyXkFqcGdeQXVyNTgxODY5ODI@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Maha Venkatesh"
            ],
            "actors": [
                "Chandana Koppisetti",
                "K. Raghavan",
                "Karuna Kumar",
                "Praveena Paruchuri",
                "Ram Prasad",
                "Ravindra Vijay",
                "Satyadev Kancharana",
                "Suhas",
                "Tnr",
                "V.K. Naresh"
            ],
            "writers": [
                "Maha Venkatesh",
                "Syam Pushkaran"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11506284,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11506284?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11506284/",
            "title": "Padre no hay más que uno 2: La llegada de la suegra",
            "year": 2020,
            "imdb_score": "5.6",
            "votes": 784,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYzBiNmVmZGItNzg4NS00NmJlLWE2ZmItMzhhZGYyMjc0ZTFjXkEyXkFqcGdeQXVyMTA0MjU0Ng@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Santiago Segura"
            ],
            "actors": [
                "Aníbal Gómez",
                "Calma Segura",
                "Carlos González Morollón",
                "Leo Harlem",
                "Loles León",
                "Lorena Berdún",
                "Luna Fulgencio",
                "Marta González de Vega",
                "Martina Valeria de Antioquía",
                "Santiago Segura",
                "Seve Miralles",
                "Sirena Segura",
                "Sílvia Abril",
                "Toni Acosta",
                "Wendy Ramos"
            ],
            "writers": [
                "Marta González de Vega",
                "Santiago Segura"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11515380,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11515380?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11515380/",
            "title": "3rd Class",
            "year": 2020,
            "imdb_score": "8.7",
            "votes": 111,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODk5NzQ5ZTktYTJlNi00YWI5LWI5NTMtMjU1ZTY0NmQ5NTM2XkEyXkFqcGdeQXVyMTExOTY0NTI1._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Unknown"
            ],
            "actors": [
                "Avinash",
                "Jagadeesh Nam",
                "Roopika"
            ],
            "writers": [
                "V. Nagendra Prasad"
            ],
            "genres": [
                "Action"
            ]
        }
    ]
}