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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=16",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=14",
    "results": [
        {
            "id": 6736,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/6736?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0006736/",
            "title": "The Good Bad-Man",
            "year": 1916,
            "imdb_score": "6.5",
            "votes": 171,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNjc0YWFmMmItN2EwMC00ZjY4LTg2NGEtNGVmYmRlYjQ0MGM0XkEyXkFqcGdeQXVyNDY1NzU5NjY@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Allan Dwan"
            ],
            "actors": [
                "Bessie Love",
                "Douglas Fairbanks",
                "Fred Burns",
                "George Beranger",
                "Joseph Singleton",
                "Mary Alden",
                "Pomeroy Cannon",
                "Sam De Grasse"
            ],
            "writers": [
                "Douglas Fairbanks"
            ],
            "genres": [
                "Romance",
                "Western"
            ]
        },
        {
            "id": 6745,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/6745?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0006745/",
            "title": "Gretchen the Greenhorn",
            "year": 1916,
            "imdb_score": "5.7",
            "votes": 477,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNWY0Nzg0NGQtNmRjZC00ZmVkLWJjZDYtNmI3YjY5ZWQzYzQ3XkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR102,0,182,268_AL_.jpg",
            "directors": [
                "Chester M. Franklin",
                "Sidney Franklin"
            ],
            "actors": [
                "Dorothy Gish",
                "Elmo Lincoln",
                "Eugene Pallette",
                "Frank Bennett",
                "Georgie Stone",
                "Kate Bruce",
                "Ralph Lewis"
            ],
            "writers": [
                "Bernard McConville"
            ],
            "genres": [
                "Crime",
                "Drama",
                "Romance"
            ]
        },
        {
            "id": 6753,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/6753?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0006753/",
            "title": "The Half-Breed",
            "year": 1916,
            "imdb_score": "6.5",
            "votes": 146,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZDliNWExNzUtMGQyNi00OWFlLThlNGUtYmMwMmFjYjZjYThiXkEyXkFqcGdeQXVyMzYyNzgzMzI@._V1_UY268_CR46,0,182,268_AL_.jpg",
            "directors": [
                "Allan Dwan"
            ],
            "actors": [
                "Alma Rubens",
                "Douglas Fairbanks",
                "Frank Brownlee",
                "George Beranger",
                "Jewel Carmen",
                "Sam De Grasse",
                "Tom Wilson"
            ],
            "writers": [
                "Anita Loos",
                "Bret Harte"
            ],
            "genres": [
                "Western"
            ]
        },
        {
            "id": 6780,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/6780?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0006780/",
            "title": "Hell's Hinges",
            "year": 1916,
            "imdb_score": "6.8",
            "votes": 846,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYWU0MzcxMDgtYWQzOC00MzZmLThjMGQtMzk4M2FkYjEwMTQ0XkEyXkFqcGdeQXVyMDUyOTUyNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Charles Swickard",
                "William S. Hart"
            ],
            "actors": [
                "Alfred Hollingsworth",
                "Clara Williams",
                "J. Frank Burke",
                "Jack Standing",
                "Louise Glaum",
                "Robert McKim",
                "William S. Hart"
            ],
            "writers": [
                "C. Gardner Sullivan"
            ],
            "genres": [
                "Romance",
                "Western"
            ]
        },
        {
            "id": 6809,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/6809?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0006809/",
            "title": "His Picture in the Papers",
            "year": 1916,
            "imdb_score": "5.9",
            "votes": 127,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjNhZGU1NDYtYjZmYy00MmJmLWFmYzAtMzFiMDRhNjBhN2Q0XkEyXkFqcGdeQXVyMzE0MjY5ODA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "John Emerson"
            ],
            "actors": [
                "Charles Butler",
                "Clarence Handyside",
                "Douglas Fairbanks",
                "Helena Rupport",
                "Homer Hunt",
                "Jean Temple",
                "Loretta Blake",
                "Rene Boucicault"
            ],
            "writers": [
                "Anita Loos",
                "John Emerson"
            ],
            "genres": [
                "Comedy"
            ]
        }
    ]
}