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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=137",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=135",
    "results": [
        {
            "id": 19400,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19400?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019400/",
            "title": "The Smart Set",
            "year": 1928,
            "imdb_score": "6.1",
            "votes": 972,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMWMxYWJlM2MtNDIxZS00NGU4LTg3NDYtMmYzNmYyMGMyYzlkL2ltYWdlXkEyXkFqcGdeQXVyNDg4NjY0Nzg@._V1_UY268_CR24,0,182,268_AL_.jpg",
            "directors": [
                "Jack Conway"
            ],
            "actors": [
                "Alice Day",
                "Constance Howard",
                "Coy Watson",
                "Hobart Bosworth",
                "Jack Holt",
                "Julia Swayne Gordon",
                "Paul Nicholson",
                "William Haines"
            ],
            "writers": [
                "Ann Price",
                "Byron Morgan"
            ],
            "genres": [
                "Comedy",
                "Romance",
                "Sport"
            ]
        },
        {
            "id": 19412,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19412?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019412/",
            "title": "A rotta di collo",
            "year": 1928,
            "imdb_score": "7.7",
            "votes": 3235,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTg0ODM0NzEwN15BMl5BanBnXkFtZTgwMzgzODYwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Ted Wilde"
            ],
            "actors": [
                "Ann Christy",
                "Babe Ruth",
                "Bert Woodruff",
                "Brooks Benedict",
                "Byron Douglas",
                "Harold Lloyd",
                "King Tut the Dog"
            ],
            "writers": [
                "John Grey",
                "Lex Neal"
            ],
            "genres": [
                "Action",
                "Comedy",
                "Family"
            ]
        },
        {
            "id": 19415,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19415?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019415/",
            "title": "L'inafferrabile",
            "year": 1928,
            "imdb_score": "7.6",
            "votes": 3119,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZmMzMTMzNzgtYjNmMy00OGE2LTllODQtNDg4YmUxMjc4YmVjXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Fritz Lang"
            ],
            "actors": [
                "Craighall Sherry",
                "Fritz Rasp",
                "Gerda Maurus",
                "Hertha von Walther",
                "Lien Deyers",
                "Louis Ralph",
                "Lupu Pick",
                "Paul Hörbiger",
                "Rudolf Klein-Rogge",
                "Willy Fritsch"
            ],
            "writers": [
                "Fritz Lang",
                "Thea von Harbou"
            ],
            "genres": [
                "Romance",
                "Thriller"
            ]
        },
        {
            "id": 19421,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19421?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019421/",
            "title": "Io... e il ciclone",
            "year": 1928,
            "imdb_score": "7.9",
            "votes": 13093,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTg2MjUyMjYyOV5BMl5BanBnXkFtZTgwNjM0NDAwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Buster Keaton",
                "Charles Reisner"
            ],
            "actors": [
                "Buster Keaton",
                "Ernest Torrence",
                "Marion Byron",
                "Tom Lewis",
                "Tom McGuire"
            ],
            "writers": [
                "Carl Harbaugh"
            ],
            "genres": [
                "Action",
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 19429,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19429?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019429/",
            "title": "L'angelo della strada",
            "year": 1928,
            "imdb_score": "7.4",
            "votes": 2121,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTk0NTU1NzM0Ml5BMl5BanBnXkFtZTgwNDEyOTYyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Frank Borzage"
            ],
            "actors": [
                "Alberto Rabagliati",
                "Charles Farrell",
                "Guido Trento",
                "Henry Armetta",
                "Janet Gaynor",
                "Natalie Kingston"
            ],
            "writers": [
                "Monckton Hoffe",
                "Philip Klein"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}