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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=167",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=165",
    "results": [
        {
            "id": 20534,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20534?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020534/",
            "title": "Lo spettro verde",
            "year": 1929,
            "imdb_score": "5.8",
            "votes": 198,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzc5NjU3Nzg4OV5BMl5BanBnXkFtZTgwNTIzNDI5MzE@._V1_UY268_CR7,0,182,268_AL_.jpg",
            "directors": [
                "Lionel Barrymore"
            ],
            "actors": [
                "Clarence Geldart",
                "Claude Fleming",
                "Dorothy Sebastian",
                "Ernest Torrence",
                "George Cooper",
                "John Loder",
                "John Miljan",
                "John Roche",
                "Natalie Moorhead",
                "Philip Strange",
                "Polly Moran",
                "Richard Tucker",
                "Roland Young",
                "Sydney Jarvis",
                "Sôjin Kamiyama"
            ],
            "writers": [
                "Ben Hecht",
                "Edwin Justus Mayer"
            ],
            "genres": [
                "Mystery",
                "Thriller"
            ]
        },
        {
            "id": 20538,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20538?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020538/",
            "title": "L'indomabile",
            "year": 1929,
            "imdb_score": "5.1",
            "votes": 480,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjEwNDEyNjc4N15BMl5BanBnXkFtZTgwMjE3Njk1MDE@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Jack Conway"
            ],
            "actors": [
                "Don Terry",
                "Edward J. Nugent",
                "Ernest Torrence",
                "Gertrude Astor",
                "Grace Cunard",
                "Gwen Lee",
                "Holmes Herbert",
                "Joan Crawford",
                "John Miljan",
                "Lloyd Ingraham",
                "Milton J. Fahrney",
                "Robert Montgomery",
                "Tom O'Brien",
                "Wilson Benge"
            ],
            "writers": [
                "Charles E. Scoggins",
                "Lucille Newmark"
            ],
            "genres": [
                "Adventure",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 20542,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20542?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020542/",
            "title": "The Vagabond Lover",
            "year": 1929,
            "imdb_score": "5.2",
            "votes": 199,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjE2ODU5NDg2OF5BMl5BanBnXkFtZTcwNDMxMzgyMQ@@._V1_UY268_CR15,0,182,268_AL_.jpg",
            "directors": [
                "Marshall Neilan"
            ],
            "actors": [
                "Alan Roscoe",
                "Charles Sellon",
                "Danny O'Shea",
                "Edward J. Nugent",
                "Marie Dressler",
                "Nella Walker",
                "Rudy Vallee",
                "Sally Blane",
                "The Connecticut Yankees"
            ],
            "writers": [
                "James Ashmore Creelman"
            ],
            "genres": [
                "Comedy",
                "Musical"
            ]
        },
        {
            "id": 20543,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20543?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020543/",
            "title": "The Valiant",
            "year": 1929,
            "imdb_score": "6.0",
            "votes": 322,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMmZhMWQwZGUtZDlhMy00MjlmLWE3OGQtNjAzMTQxMzA3Yjc5L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyNjE5MjUyOTM@._V1_UY268_CR1,0,182,268_AL_.jpg",
            "directors": [
                "William K. Howard"
            ],
            "actors": [
                "Clifford Dempsey",
                "DeWitt Jennings",
                "Edith Murgatroyd",
                "Henry Kolker",
                "Johnny Mack Brown",
                "Marguerite Churchill",
                "Paul Muni",
                "Richard Carlyle",
                "Robert Elliott"
            ],
            "writers": [
                "Tom Barry"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 20547,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/20547?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0020547/",
            "title": "Verdun, visions d'histoire",
            "year": 1928,
            "imdb_score": "6.9",
            "votes": 112,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYjk3NDZmNjEtMDgyZi00ZmIzLWFmNjQtYTE3NjdmNzM3NmJlXkEyXkFqcGdeQXVyMDI3OTIzOA@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Léon Poirier"
            ],
            "actors": [
                "Albert Préjean",
                "André Nox",
                "Antonin Artaud",
                "Berthe Jalabert",
                "Daniel Mendaille",
                "Hans Brausewetter",
                "Henri Delannoy",
                "Jean Dehelly",
                "Jeanne Marie-Laurent",
                "José Davert",
                "Maurice Schutz",
                "Paul Amiot",
                "Pierre Nay",
                "Suzanne Bianchetti",
                "Thomy Bourdelle"
            ],
            "writers": [
                "Léon Poirier"
            ],
            "genres": [
                "History",
                "War"
            ]
        }
    ]
}