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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=350",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=348",
    "results": [
        {
            "id": 24830,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24830?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024830/",
            "title": "Angèle",
            "year": 1934,
            "imdb_score": "7.2",
            "votes": 294,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzlhOWIyYjktOTBhNi00NTFmLWE3ZTYtYzQ5MDA1MjVhYzZlXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR5,0,182,268_AL_.jpg",
            "directors": [
                "Marcel Pagnol"
            ],
            "actors": [
                "Andrex",
                "Annie Toinon",
                "Blanche Poupon",
                "Charles Blavette",
                "Darcelys",
                "Delaurme",
                "Fernand Flament",
                "Fernandel",
                "Henri Poupon",
                "Jean Servais",
                "Juliette Petit",
                "Marcelle Vial",
                "Orane Demazis",
                "Thommeray",
                "Édouard Delmont"
            ],
            "writers": [
                "Jean Giono",
                "Marcel Pagnol"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 24831,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24831?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024831/",
            "title": "La figlia di nessuno",
            "year": 1934,
            "imdb_score": "7.0",
            "votes": 1097,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZGQ1N2JkNTMtZTgyYy00OGNiLWEyZDktYTliNWEzMzY4OTcwXkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "George Nichols Jr."
            ],
            "actors": [
                "Anne Shirley",
                "Charley Grapewin",
                "Gertrude Messinger",
                "Helen Westley",
                "Hilda Vaughn",
                "June Preston",
                "Murray Kinnell",
                "O.P. Heggie",
                "Sara Haden",
                "Tom Brown"
            ],
            "writers": [
                "Lucy Maud Montgomery",
                "Sam Mintz"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Family"
            ]
        },
        {
            "id": 24844,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24844?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024844/",
            "title": "L'Atalante",
            "year": 1934,
            "imdb_score": "7.8",
            "votes": 14357,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMGRkOTA2NjYtMDEyOC00MWUxLTkzMjctZmU0MjVjZTQ1MjZlXkEyXkFqcGdeQXVyNDE5MTU2MDE@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "Jean Vigo"
            ],
            "actors": [
                "Dita Parlo",
                "Gilles Margaritis",
                "Jean Dasté",
                "Louis Lefebvre",
                "Maurice Gilles",
                "Michel Simon",
                "Raphaël Diligent"
            ],
            "writers": [
                "Albert Riéra",
                "Jean Guinée"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 24851,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24851?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024851/",
            "title": "Babbitt",
            "year": 1934,
            "imdb_score": "6.1",
            "votes": 211,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYjA1ZDBmNDItMzM1ZC00ZjZmLTk2OTktMjhkYmExZDljYmRiL2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UY268_CR94,0,182,268_AL_.jpg",
            "directors": [
                "William Keighley"
            ],
            "actors": [
                "Addison Richards",
                "Alan Hale",
                "Aline MacMahon",
                "Arthur Aylesworth",
                "Berton Churchill",
                "Claire Dodd",
                "Glen Boles",
                "Guy Kibbee",
                "Harry Tyler",
                "Maxine Doyle",
                "Minna Gombell",
                "Minor Watson",
                "Nan Grey",
                "Russell Hicks",
                "Walter Walker"
            ],
            "writers": [
                "Mary C. McCall Jr.",
                "Sinclair Lewis"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 24852,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24852?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024852/",
            "title": "Nel paese delle meraviglie",
            "year": 1934,
            "imdb_score": "7.2",
            "votes": 6024,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZTYxNzA3ZDUtYTM2MC00MmM5LThmNzUtMDgzZWJmYjcyNTc1XkEyXkFqcGdeQXVyNjMwMjk0MTQ@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Charley Rogers",
                "Gus Meins"
            ],
            "actors": [
                "Charlotte Henry",
                "Felix Knight",
                "Florence Roberts",
                "Henry Brandon",
                "Oliver Hardy",
                "Stan Laurel",
                "Virginia Karns"
            ],
            "writers": [
                "Frank Butler",
                "Nick Grinde"
            ],
            "genres": [
                "Comedy",
                "Family",
                "Fantasy"
            ]
        }
    ]
}