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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=354",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=352",
    "results": [
        {
            "id": 24914,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24914?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024914/",
            "title": "La mascotte dell'aeroporto",
            "year": 1934,
            "imdb_score": "7.3",
            "votes": 1982,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZjFjMzIwZWYtZmQxMC00N2U3LWE3OWItNjk0ZWY3MTg3YjI4L2ltYWdlL2ltYWdlXkEyXkFqcGdeQXVyMTEwMTkwOTI@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "David Butler"
            ],
            "actors": [
                "Brandon Hurst",
                "Charles Sellon",
                "Dorothy Christy",
                "George Irving",
                "James Dunn",
                "Jane Darwell",
                "Jane Withers",
                "Judith Allen",
                "Lois Wilson",
                "Shirley Temple",
                "Theodore von Eltz",
                "Walter Johnson"
            ],
            "writers": [
                "David Butler",
                "William M. Conselman"
            ],
            "genres": [
                "Comedy",
                "Drama",
                "Family"
            ]
        },
        {
            "id": 24915,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24915?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024915/",
            "title": "British Agent",
            "year": 1934,
            "imdb_score": "6.2",
            "votes": 466,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMGM0MjgwYWItNDJjZS00NTFkLThkMmUtYjQ1ZTRhMjliNWQ5XkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Michael Curtiz"
            ],
            "actors": [
                "Alphonse Ethier",
                "Arthur Aylesworth",
                "Cesar Romero",
                "Doris Lloyd",
                "Frank Reicher",
                "Halliwell Hobbes",
                "Irving Pichel",
                "Ivan F. Simpson",
                "J. Carrol Naish",
                "Kay Francis",
                "Leslie Howard",
                "Phillip Reed",
                "Tenen Holtz",
                "Walter Byron",
                "William Gargan"
            ],
            "writers": [
                "Laird Doyle",
                "R.H. Bruce Lockhart"
            ],
            "genres": [
                "Drama",
                "History",
                "Romance"
            ]
        },
        {
            "id": 24916,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24916?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024916/",
            "title": "Strettamente confidenziale",
            "year": 1934,
            "imdb_score": "6.7",
            "votes": 899,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYTRiMzc5ZGItODYyZi00ZDUyLTgzNTYtN2VhNGJlMTUxYjE4XkEyXkFqcGdeQXVyNjc0MzMzNjA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Frank Capra"
            ],
            "actors": [
                "Clarence Muse",
                "Douglass Dumbrille",
                "Ed Tucker",
                "Edmund Breese",
                "Frankie Darro",
                "George Cooper",
                "George Meeker",
                "Helen Vinson",
                "Jason Robards Sr.",
                "Lynne Overman",
                "Margaret Hamilton",
                "Myrna Loy",
                "Raymond Walburn",
                "Walter Connolly",
                "Warner Baxter"
            ],
            "writers": [
                "Mark Hellinger",
                "Robert Riskin"
            ],
            "genres": [
                "Comedy",
                "Drama"
            ]
        },
        {
            "id": 24932,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24932?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024932/",
            "title": "Un'ombra nella nebbia",
            "year": 1934,
            "imdb_score": "7.0",
            "votes": 299,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzI2M2IzNzUtY2I5ZC00NGYyLTg2MGUtMDNjOGE0Y2M4YTEzXkEyXkFqcGdeQXVyNjc2NDQ4OTA@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Roy Del Ruth"
            ],
            "actors": [
                "Arthur Hohl",
                "C. Aubrey Smith",
                "Charles Butterworth",
                "Douglas Gerrard",
                "E.E. Clive",
                "Ethel Griffies",
                "George Regas",
                "Halliwell Hobbes",
                "Loretta Young",
                "Mischa Auer",
                "Ronald Colman",
                "Una Merkel",
                "Warner Oland"
            ],
            "writers": [
                "Henry Lehrman",
                "Nunnally Johnson"
            ],
            "genres": [
                "Comedy",
                "Mystery"
            ]
        },
        {
            "id": 24933,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/24933?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0024933/",
            "title": "Bulldog Jack",
            "year": 1935,
            "imdb_score": "6.4",
            "votes": 267,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNzg1MTI4ODUtM2IzZS00ZTk5LTgyYTYtYjg2OTUyMzhjNzQyXkEyXkFqcGdeQXVyMzg1ODEwNQ@@._V1_UY268_CR8,0,182,268_AL_.jpg",
            "directors": [
                "Walter Forde"
            ],
            "actors": [
                "Atholl Fleming",
                "Claude Hulbert",
                "Fay Wray",
                "Gibb McLaughlin",
                "Jack Hulbert",
                "Paul Graetz",
                "Ralph Richardson"
            ],
            "writers": [
                "J.O.C. Orton",
                "Sidney Gilliat"
            ],
            "genres": [
                "Comedy",
                "Crime",
                "Mystery"
            ]
        }
    ]
}