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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=154",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=152",
    "results": [
        {
            "id": 20081,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20081?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020081/",
            "title": "L'onestà della signora Cheyney",
            "year": 1929,
            "imdb_score": "6.1",
            "votes": 397,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzc1MjU1MDg3NV5BMl5BanBnXkFtZTgwMTE5NzM2MzE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Sidney Franklin"
            ],
            "actors": [
                "Basil Rathbone",
                "Cyril Chadwick",
                "Frank Finch Smiles",
                "George Barraud",
                "George K. Arthur",
                "Hedda Hopper",
                "Herbert Bunston",
                "Madeline Seymour",
                "Maude Turner Gordon",
                "Moon Carroll",
                "Norma Shearer"
            ],
            "writers": [
                "Frederick Lonsdale"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 20092,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20092?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020092/",
            "title": "The Letter",
            "year": 1929,
            "imdb_score": "6.7",
            "votes": 625,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZWFiM2YxNzYtZjdjMC00MzI4LWI0MjUtNTUxMTAyNmM4NGEwXkEyXkFqcGdeQXVyMTk4MDgwNA@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Jean de Limur"
            ],
            "actors": [
                "Herbert Marshall",
                "Irene Browne",
                "Jeanne Eagels",
                "Lady Tsen Mei",
                "O.P. Heggie",
                "Reginald Owen",
                "Tamaki Yoshiwara"
            ],
            "writers": [
                "W. Somerset Maugham"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 20099,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20099?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020099/",
            "title": "Linda",
            "year": 1929,
            "imdb_score": "6.8",
            "votes": 101,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTcyOTYzMzk2Nl5BMl5BanBnXkFtZTgwODAwODgwMzE@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Dorothy Davenport"
            ],
            "actors": [
                "Allen Connor",
                "Bess Flowers",
                "Billie Brockwell",
                "Helen Foster",
                "Kate Price",
                "Mitchell Lewis",
                "Monty O'Grady",
                "Noah Beery",
                "Warner Baxter"
            ],
            "writers": [
                "Margaret Prescott Montague",
                "Maxine Alton"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 20103,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20103?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020103/",
            "title": "La porta chiusa",
            "year": 1929,
            "imdb_score": "6.0",
            "votes": 432,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTdhMWI5YzMtYmUyYS00Nzc3LTliMjctNzA3M2VkYjcwZGU1XkEyXkFqcGdeQXVyMTk1MDY0MzM@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "George Fitzmaurice"
            ],
            "actors": [
                "Barbara Stanwyck",
                "Betty Bronson",
                "George Bunny",
                "Harry Mestayer",
                "Harry Stubbs",
                "Mack Swain",
                "Rod La Rocque",
                "William 'Stage' Boyd",
                "Zasu Pitts"
            ],
            "writers": [
                "C. Gardner Sullivan",
                "Channing Pollock"
            ],
            "genres": [
                "Drama",
                "Mystery",
                "Thriller"
            ]
        },
        {
            "id": 20112,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20112?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020112/",
            "title": "Il principe consorte",
            "year": 1929,
            "imdb_score": "7.1",
            "votes": 1955,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDYyZDJlYTYtMjkwYS00MTM3LTkyNmUtOTZlZGUzMTUyMWE0XkEyXkFqcGdeQXVyNjA5MTAzODY@._V1_UY268_CR5,0,182,268_AL_.jpg",
            "directors": [
                "Ernst Lubitsch"
            ],
            "actors": [
                "Albert De Winton",
                "Albert Roccardi",
                "Anton Vaverka",
                "Carl Stockdale",
                "E.H. Calvert",
                "Edgar Norton",
                "Eugene Pallette",
                "Jeanette MacDonald",
                "Lillian Roth",
                "Lionel Belmore",
                "Lupino Lane",
                "Margaret Fealy",
                "Maurice Chevalier",
                "Russ Powell",
                "William von Hardenburg"
            ],
            "writers": [
                "Ernest Vajda",
                "Guy Bolton"
            ],
            "genres": [
                "Comedy",
                "Musical",
                "Romance"
            ]
        }
    ]
}