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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17133",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17131",
    "results": [
        {
            "id": 11343320,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11343320?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11343320/",
            "title": "Body of Night",
            "year": 2020,
            "imdb_score": "6.9",
            "votes": 961,
            "image_url": "https://m.media-amazon.com/images/M/MV5BN2MzNjAwZjItOWY1Mi00NDAyLWJhYmEtNDdmYmE3NDg2NTA1XkEyXkFqcGdeQXVyMjM2OTAxNg@@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Gregory Hatanaka",
                "Nicole D'Angelo"
            ],
            "actors": [
                "Amanda Van Annan",
                "Anthia Gillick",
                "Barry Sattels",
                "Bogdan Szumilas",
                "Chris Spinelli",
                "Craijece Lewis",
                "Jason Toler",
                "Jennifer Field",
                "Joycelyne Lew",
                "Lisa London",
                "Mark Fields",
                "Megan Davis",
                "Nicole D'Angelo",
                "Ro'Shae Etienne",
                "Shane Ryan"
            ],
            "writers": [
                "Geno McGahee",
                "Gregory Hatanaka"
            ],
            "genres": [
                "Drama",
                "Thriller"
            ]
        },
        {
            "id": 11343416,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11343416?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11343416/",
            "title": "Acrylic",
            "year": 2020,
            "imdb_score": "6.3",
            "votes": 1595,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYmQ5MGMyYWMtMjE1YS00ZWVkLThjYjUtODMwM2E5YTljMzhkXkEyXkFqcGdeQXVyMjM2OTAxNg@@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Nicole D'Angelo"
            ],
            "actors": [
                "Anne Stranger",
                "B.J. Minor",
                "Cali Miles",
                "Chris Spinelli",
                "Christina Lo",
                "Craijece Lewis",
                "Duncan Siscon",
                "Enjunaya Canton",
                "Joycelyne Lew",
                "Leah Abdenour",
                "Lisa London",
                "Monica May",
                "Nobody Stranger",
                "Sarah Brine",
                "Sun Park"
            ],
            "writers": [
                "Nicole D'Angelo"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 11343552,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11343552?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11343552/",
            "title": "Anukunnadi Okkati Ayyindhi Okati",
            "year": 2020,
            "imdb_score": "8.3",
            "votes": 604,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMDQ2MWRmZTAtODg3MS00Yjk1LTgyYzktYThmYmMzNTQzMDE0XkEyXkFqcGdeQXVyMTEwMTU5Mzk3._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Baalu Adusumilli"
            ],
            "actors": [
                "Basha",
                "Bhanu Teja",
                "Chaitu Jr.",
                "Dhanya Balakrishna",
                "Himaja",
                "Kalyani",
                "Komalee Prasad",
                "Madhu Nandan",
                "Malhottra Shivam",
                "Raghu Babu",
                "Rolar Raghu",
                "Sagar",
                "Sameer",
                "Siddhi Idnani",
                "Tridha Choudhury"
            ],
            "writers": [
                "Baalu Adusumilli"
            ],
            "genres": [
                "Comedy",
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 11343974,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11343974?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11343974/",
            "title": "Fragtime",
            "year": 2019,
            "imdb_score": "6.0",
            "votes": 164,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTJiOGI2ZTUtM2I4MS00ZWMxLTllZGEtZTRlNjVjOTg4MWFmXkEyXkFqcGdeQXVyNjgwNTk4Mg@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Takuya Satô"
            ],
            "actors": [
                "Ayane Sakura",
                "Azusa Tadokoro",
                "Caitlynn French",
                "Chika Anzai",
                "Hilary Haag",
                "Luci Christian",
                "Miho Hayashi",
                "Miku Itou",
                "Minami Takahashi",
                "Miyuri Shimabukuro",
                "Ryan Anthony",
                "Shannon Emerick",
                "Shelley Calene-Black",
                "Yuichiro Umehara",
                "Yume Miyamoto"
            ],
            "writers": [
                "Takuya Satô"
            ],
            "genres": [
                "Animation",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 11344598,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11344598?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11344598/",
            "title": "Alidu Ulidavaru",
            "year": 2019,
            "imdb_score": "6.5",
            "votes": 175,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDk2ODJhOTEtNDQ5Ny00YWQ0LThkMjctYjFhMGQ2ZGQ5NjBmXkEyXkFqcGdeQXVyODk4NTI4NDA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Arvind Sastry"
            ],
            "actors": [
                "Ankita",
                "Ashu Bedra",
                "Atul Kulkarni",
                "B. Suresh",
                "Dhanesh Koliyat",
                "Dharmanna Kadur",
                "Dinesh Mangaluru",
                "Maya Dharani",
                "Nanda Gopal",
                "Pawan Kumar",
                "Pranaya Murthy",
                "Ravi Bhat",
                "Sangeetha Bhat",
                "Swathi Gurudath",
                "Venkat Bharadwaj"
            ],
            "writers": [
                "Bhat Pavan",
                "Praveen Kumar G"
            ],
            "genres": [
                "Thriller"
            ]
        }
    ]
}