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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=126",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=124",
    "results": [
        {
            "id": 18678,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18678?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018678/",
            "title": "La battaglia dei sessi",
            "year": 1928,
            "imdb_score": "6.4",
            "votes": 399,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ1NzcwOTUyMF5BMl5BanBnXkFtZTgwNDM0NDAwMjE@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "D.W. Griffith"
            ],
            "actors": [
                "Belle Bennett",
                "Don Alvarado",
                "Jean Hersholt",
                "John Batten",
                "Phyllis Haver",
                "Sally O'Neil",
                "William Bakewell"
            ],
            "writers": [
                "Daniel Carson Goodman",
                "Gerrit J. Lloyd"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 18684,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18684?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018684/",
            "title": "I mendicanti della vita",
            "year": 1928,
            "imdb_score": "7.5",
            "votes": 968,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQzNDM3MjMzN15BMl5BanBnXkFtZTcwMzc1NzM5Ng@@._V1_UY268_CR13,0,182,268_AL_.jpg",
            "directors": [
                "William A. Wellman"
            ],
            "actors": [
                "Andy Clark",
                "Blue Washington",
                "Bob Perry",
                "Frank Brownlee",
                "George Kotsonaros",
                "Jack Chapin",
                "Johnnie Morris",
                "Kewpie Morgan",
                "Louise Brooks",
                "Mike Donlin",
                "Richard Arlen",
                "Robert Brower",
                "Roscoe Karns",
                "Wallace Beery"
            ],
            "writers": [
                "Benjamin Glazer",
                "Jim Tully"
            ],
            "genres": [
                "Adventure",
                "Drama"
            ]
        },
        {
            "id": 18722,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18722?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018722/",
            "title": "Bringing Up Father",
            "year": 1928,
            "imdb_score": "4.8",
            "votes": 137,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOTk5ZTg5NmMtMjNkMC00NWViLWI3MDMtNGUwMDZmOTk4MDVhXkEyXkFqcGdeQXVyMDUyOTUyNQ@@._V1_UY268_CR80,0,182,268_AL_.jpg",
            "directors": [
                "Jack Conway"
            ],
            "actors": [
                "Andrés de Segurola",
                "Blanche Payson",
                "David Mir",
                "Gertrude Olmstead",
                "Grant Withers",
                "J. Farrell MacDonald",
                "Jules Cowles",
                "Marie Dressler",
                "Polly Moran",
                "Rose Dione",
                "Tenen Holtz"
            ],
            "writers": [
                "Frances Marion",
                "George McManus"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 18737,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18737?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018737/",
            "title": "Il vaso di Pandora",
            "year": 1929,
            "imdb_score": "7.9",
            "votes": 9708,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzdlNmJlNmItNWUyMC00YTJlLTlmNDAtYmRiYzdiZTM2MjAzXkEyXkFqcGdeQXVyNTcwNjUwNzk@._V1_UY268_CR4,0,182,268_AL_.jpg",
            "directors": [
                "Georg Wilhelm Pabst"
            ],
            "actors": [
                "Alice Roberts",
                "Carl Goetz",
                "Daisy D'Ora",
                "Francis Lederer",
                "Fritz Kortner",
                "Gustav Diessl",
                "Krafft-Raschig",
                "Louise Brooks",
                "Michael von Newlinsky",
                "Sig Arno"
            ],
            "writers": [
                "Frank Wedekind",
                "Ladislaus Vajda"
            ],
            "genres": [
                "Crime",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 18742,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/18742?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0018742/",
            "title": "Il cameraman",
            "year": 1928,
            "imdb_score": "8.1",
            "votes": 10311,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjYxMzBkYzUtZTQ5Yi00YTkxLTk5NjAtZWQxODk1YWE3YzBhXkEyXkFqcGdeQXVyMDI2NDg0NQ@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Buster Keaton",
                "Edward Sedgwick"
            ],
            "actors": [
                "Buster Keaton",
                "Harold Goodwin",
                "Harry Gribbon",
                "Marceline Day",
                "Sidney Bracey"
            ],
            "writers": [
                "Clyde Bruckman",
                "Lew Lipton"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Family"
            ]
        }
    ]
}