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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=42",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=40",
    "results": [
        {
            "id": 11317,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11317?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0011317/",
            "title": "Humoresque",
            "year": 1920,
            "imdb_score": "6.2",
            "votes": 143,
            "image_url": "https://m.media-amazon.com/images/M/MV5BODAwOTEwNzctNzNlYi00MmUzLWI3ZWQtYWU3ZGMwMDEyMWQwXkEyXkFqcGdeQXVyMjQ3MTQ1MTg@._V1_UY268_CR8,0,182,268_AL_.jpg",
            "directors": [
                "Frank Borzage"
            ],
            "actors": [
                "Alfred Goldberg",
                "Alma Rubens",
                "Ann Wallack",
                "Bobby Connelly",
                "Dore Davidson",
                "Edward Stanton",
                "Gaston Glass",
                "Helen Connelly",
                "Joseph Cooper",
                "Louis Stern",
                "Maurice Levigne",
                "Maurice Peckre",
                "Ruth Sabin",
                "Sidney Carlyle",
                "Vera Gordon"
            ],
            "writers": [
                "Fannie Hurst",
                "Frances Marion"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11344,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11344?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0011344/",
            "title": "L'uomo dal coltello a serramanico",
            "year": 1920,
            "imdb_score": "6.1",
            "votes": 110,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWZiYTMzYmQtZmU4ZC00MGI1LWI5ZDQtOWIxY2JmMTY0NzNjXkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR82,0,182,268_AL_.jpg",
            "directors": [
                "King Vidor"
            ],
            "actors": [
                "Anna Dodge",
                "Bobby Kelso",
                "Carol Marshall",
                "Charles Arling",
                "Claire McDowell",
                "F.A. Turner",
                "Florence Vidor",
                "Harry Todd",
                "Irene Yeager",
                "James Corrigan",
                "Lillian Leighton",
                "Willis Marks"
            ],
            "writers": [
                "Ellis Parker Butler",
                "William Parker"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11358,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11358?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0011358/",
            "title": "Just Pals",
            "year": 1920,
            "imdb_score": "6.6",
            "votes": 343,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ1MTk1NDU4M15BMl5BanBnXkFtZTgwNTE4NDcwMjE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "John Ford"
            ],
            "actors": [
                "Bert Appling",
                "Buck Jones",
                "Duke R. Lee",
                "Edwin B. Tilton",
                "Eunice Murdock Moore",
                "Georgie Stone",
                "Helen Ferguson",
                "John B. Cooke",
                "Slim Padgett",
                "William Buckley"
            ],
            "writers": [
                "John McDermott",
                "Paul Schofield"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Western"
            ]
        },
        {
            "id": 11369,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11369?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0011369/",
            "title": "Der Klosterjäger",
            "year": 1920,
            "imdb_score": "6.0",
            "votes": 112,
            "image_url": null,
            "directors": [
                "Franz Osten"
            ],
            "actors": [
                "Carl Dalmonico",
                "Curt Gerdes",
                "F.W. Schröder-Schrom",
                "Ferdinand Martini",
                "Fritz Greiner",
                "Hans Außfelder",
                "Hildegard Wall",
                "Molly Albrecht",
                "Stuart Josef Lutz",
                "Thea Steinbrecher",
                "Toni Wittels",
                "Viktor Gehring"
            ],
            "writers": [
                "Ludwig Ganghofer"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11370,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11370?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0011370/",
            "title": "Klostret i Sendomir",
            "year": 1920,
            "imdb_score": "6.8",
            "votes": 326,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTNkODljYzItMGRkMC00MmJmLWJlMGYtYmM5YThjOWJjYWYyXkEyXkFqcGdeQXVyNzQxNDExNTU@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Victor Sjöström"
            ],
            "actors": [
                "Albrecht Schmidt",
                "Axel Nilsson",
                "Emil Fjellström",
                "Erik A. Petschler",
                "Gun Robertson",
                "Gustav Ranft",
                "Jenny Tschernichin-Larsson",
                "Nils Tillberg",
                "Renée Björling",
                "Richard Lund",
                "Tora Teje",
                "Tore Svennberg",
                "Yngve Nyqvist"
            ],
            "writers": [
                "Franz Grillparzer",
                "Victor Sjöström"
            ],
            "genres": [
                "Drama"
            ]
        }
    ]
}