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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=139",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=137",
    "results": [
        {
            "id": 19509,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19509?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019509/",
            "title": "Underground",
            "year": 1928,
            "imdb_score": "7.3",
            "votes": 423,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjYzNzVjNDMtOWIzNy00MDQ4LWI5YWEtNDY2NTY2NGRmMDBmXkEyXkFqcGdeQXVyNTM3MDMyMDQ@._V1_UY268_CR9,0,182,268_AL_.jpg",
            "directors": [
                "Anthony Asquith"
            ],
            "actors": [
                "Brian Aherne",
                "Cyril McLaglen",
                "Elissa Landi",
                "Norah Baring"
            ],
            "writers": [
                "Anthony Asquith"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 19532,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19532?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019532/",
            "title": "I vichinghi",
            "year": 1928,
            "imdb_score": "6.6",
            "votes": 349,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOWEzNjBhNTctYTIxZi00ZmVmLTg2YjUtYTVlODZiNmY4OTUzXkEyXkFqcGdeQXVyMzI5NDcxNzI@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Roy William Neill"
            ],
            "actors": [
                "Albert MacQuarrie",
                "Anders Randolf",
                "Claire McDowell",
                "Donald Crisp",
                "Harry Woods",
                "Julia Swayne Gordon",
                "LeRoy Mason",
                "Pauline Starke",
                "Richard Alexander",
                "Roy Stewart",
                "Torben Meyer"
            ],
            "writers": [
                "Jack Cunningham",
                "Ottilie A. Liljencrantz"
            ],
            "genres": [
                "Action",
                "Adventure",
                "History"
            ]
        },
        {
            "id": 19553,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19553?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019553/",
            "title": "Nel gorgo del peccato",
            "year": 1927,
            "imdb_score": "6.4",
            "votes": 134,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTU5OTIzNTEyNl5BMl5BanBnXkFtZTgwNzgxOTYyMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Victor Fleming"
            ],
            "actors": [
                "Anne Sheridan",
                "Belle Bennett",
                "Betsy Ann Hisle",
                "Carmencita Johnson",
                "Dean Harrell",
                "Donald Keith",
                "Emil Jannings",
                "Fred Kohler",
                "Gordon Thorpe",
                "Jackie Combs",
                "Mickey McBan",
                "Nancy Drexel",
                "Philippe De Lacy",
                "Phyllis Haver"
            ],
            "writers": [
                "Lajos Biró",
                "Perley Poore Sheehan"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 19557,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19557?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019557/",
            "title": "Il fiume stanco",
            "year": 1929,
            "imdb_score": "6.1",
            "votes": 402,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTY3MjAwMDE5MF5BMl5BanBnXkFtZTgwMzE4MDI0MjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Frank Lloyd"
            ],
            "actors": [
                "Betty Compson",
                "George E. Stone",
                "Gladden James",
                "Louis Natheaux",
                "Ray Turner",
                "Richard Barthelmess",
                "William Holden"
            ],
            "writers": [
                "Bradley King",
                "Courtney Ryley Cooper"
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 19558,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/19558?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0019558/",
            "title": "Sinfonia nuziale",
            "year": 1928,
            "imdb_score": "7.4",
            "votes": 1525,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjI4NTY2OTEzOV5BMl5BanBnXkFtZTgwNTE1NDU5MTE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Erich von Stroheim"
            ],
            "actors": [
                "Anton Vaverka",
                "Cesare Gravina",
                "Dale Fuller",
                "Elena Jurado",
                "Erich von Stroheim",
                "Fay Wray",
                "George Fawcett",
                "George Nichols",
                "Hughie Mack",
                "Matthew Betz",
                "Maude George",
                "Sidney Bracey",
                "Tiny Jones",
                "Zasu Pitts"
            ],
            "writers": [
                "Erich von Stroheim",
                "Harry Carr"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}