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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=360",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=358",
    "results": [
        {
            "id": 25038,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/25038?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0025038/",
            "title": "Death at Broadcasting House",
            "year": 1934,
            "imdb_score": "6.1",
            "votes": 170,
            "image_url": "https://m.media-amazon.com/images/M/MV5BZjI0MDBiYWMtMGIyOS00NmIyLWFhZTAtZDg1NWQ1YTMxNzQ5XkEyXkFqcGdeQXVyMTYzNjE3NzU@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Reginald Denham"
            ],
            "actors": [
                "Austin Trevor",
                "Betty Ann Davies",
                "Donald Wolfit",
                "Eric Dunstan",
                "Gillie Potter",
                "Gordon McLeod",
                "Hannen Swaffer",
                "Henry Kendall",
                "Ian Hunter",
                "Jack Hawkins",
                "Lilian Oldland",
                "Peter Haddon",
                "Robert Rendel",
                "Val Gielgud",
                "Vernon Bartlett"
            ],
            "writers": [
                "Basil Mason",
                "Val Gielgud"
            ],
            "genres": [
                "Mystery"
            ]
        },
        {
            "id": 25039,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/25039?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0025039/",
            "title": "Death on the Diamond",
            "year": 1934,
            "imdb_score": "6.1",
            "votes": 288,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDgxNmJmMDUtYzFlNS00NjU1LWE1MzctMTVhM2Q0ZDUyMDU5XkEyXkFqcGdeQXVyNDY3MzU2MDM@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Edward Sedgwick"
            ],
            "actors": [
                "C. Henry Gordon",
                "Carmen Gould",
                "David Landau",
                "DeWitt Jennings",
                "Edward Brophy",
                "Joe Sawyer",
                "Madge Evans",
                "Mickey Rooney",
                "Nat Pendleton",
                "Paul Kelly",
                "Robert Livingston",
                "Robert Young",
                "Ted Healy",
                "Willard Robertson"
            ],
            "writers": [
                "Harvey F. Thew",
                "Joseph Sherman"
            ],
            "genres": [
                "Drama",
                "Mystery",
                "Sport"
            ]
        },
        {
            "id": 25040,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/25040?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0025040/",
            "title": "The Defense Rests",
            "year": 1934,
            "imdb_score": "6.7",
            "votes": 123,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTk4OTMzYjItOGNkNy00Y2EyLWJmYWYtOTdhODY0MzcyNWZjXkEyXkFqcGdeQXVyMjUxODE0MDY@._V1_UY268_CR110,0,182,268_AL_.jpg",
            "directors": [
                "Lambert Hillyer"
            ],
            "actors": [
                "Arthur Hohl",
                "Donald Meek",
                "Harold Huber",
                "Jack Holt",
                "Jean Arthur",
                "John Wray",
                "Nat Pendleton",
                "Raymond Hatton",
                "Raymond Walburn",
                "Robert Gleckler",
                "Sarah Padden",
                "Selmer Jackson",
                "Shirley Grey",
                "Vivien Oakland",
                "Ward Bond"
            ],
            "writers": [
                "Jo Swerling"
            ],
            "genres": [
                "Adventure",
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 25043,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/25043?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0025043/",
            "title": "L'ultimo miliardario",
            "year": 1934,
            "imdb_score": "6.2",
            "votes": 167,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYzU0NWYzNmEtYzc3Ni00ZDY1LTliY2YtNTc1ODRiNjY1ZDQyXkEyXkFqcGdeQXVyMjIwNjIxNjc@._V1_UY268_CR8,0,182,268_AL_.jpg",
            "directors": [
                "René Clair"
            ],
            "actors": [
                "Charles Redgie",
                "José Noguéro",
                "Marcel Carpentier",
                "Marthe Mellot",
                "Max Dearly",
                "Paul Ollivier",
                "Raymond Cordy",
                "Renée Saint-Cyr",
                "Sinoël"
            ],
            "writers": [
                "René Clair"
            ],
            "genres": [
                "Comedy"
            ]
        },
        {
            "id": 25046,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/25046?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0025046/",
            "title": "Desirable",
            "year": 1934,
            "imdb_score": "6.3",
            "votes": 159,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMWY5NmNjMzctNzFjYy00ZDZkLTk5OTQtY2JjYmQyNjRmZjM3XkEyXkFqcGdeQXVyMTcyODY2NDQ@._V1_UY268_CR80,0,182,268_AL_.jpg",
            "directors": [
                "Archie Mayo"
            ],
            "actors": [
                "Barbara Leonard",
                "Charles Starrett",
                "George Brent",
                "Jean Muir",
                "Joan Wheeler",
                "John Halliday",
                "Pauline True",
                "Russell Hopton",
                "Verree Teasdale",
                "Virginia Hammond"
            ],
            "writers": [
                "Mary C. McCall Jr."
            ],
            "genres": [
                "Drama",
                "Romance"
            ]
        }
    ]
}