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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=186",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=184",
    "results": [
        {
            "id": 21090,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21090?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021090/",
            "title": "Lord Byron of Broadway",
            "year": 1930,
            "imdb_score": "5.3",
            "votes": 124,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQyNzg0NDE1Ml5BMl5BanBnXkFtZTcwODc2NTk5Mw@@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Harry Beaumont",
                "William Nigh"
            ],
            "actors": [
                "Benny Rubin",
                "Charles Kaley",
                "Cliff Edwards",
                "Drew Demorest",
                "Ethelind Terry",
                "Gino Corrado",
                "Gwen Lee",
                "Hazel Craven",
                "Jack Byron",
                "Marion Shilling",
                "Pauline Paquette",
                "Rita Flynn"
            ],
            "writers": [
                "Nell Martin",
                "Willard Mack"
            ],
            "genres": [
                "Drama",
                "Music",
                "Romance"
            ]
        },
        {
            "id": 21092,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21092?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021092/",
            "title": "The Pay-Off",
            "year": 1930,
            "imdb_score": "5.6",
            "votes": 231,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTY4MDkzMTY2NV5BMl5BanBnXkFtZTcwNjI3NDgyMQ@@._V1_UY268_CR2,0,182,268_AL_.jpg",
            "directors": [
                "Lowell Sherman"
            ],
            "actors": [
                "Alan Roscoe",
                "Bert Moorhouse",
                "George F. Marion",
                "Helene Millard",
                "Hugh Trevor",
                "Lita Chevret",
                "Lowell Sherman",
                "Marian Nixon",
                "Robert McWade",
                "Walter McGrail",
                "William Janney"
            ],
            "writers": [
                "John B. Hymer",
                "Samuel Shipman"
            ],
            "genres": [
                "Action",
                "Crime",
                "Drama"
            ]
        },
        {
            "id": 21094,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21094?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021094/",
            "title": "La moglie n. 66",
            "year": 1930,
            "imdb_score": "5.2",
            "votes": 141,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTQ0MTQwMTM2MV5BMl5BanBnXkFtZTgwMDQwODgwMzE@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Paul L. Stein"
            ],
            "actors": [
                "Carroll Nye",
                "Harry Gribbon",
                "Jeanette MacDonald",
                "Joe E. Brown",
                "John Garrick",
                "Joseph Macaulay",
                "Robert Chisholm",
                "Zasu Pitts"
            ],
            "writers": [
                "Herbert Stothart",
                "Howard Emmett Rogers"
            ],
            "genres": [
                "Musical",
                "Romance"
            ]
        },
        {
            "id": 21100,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21100?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021100/",
            "title": "Love in the Rough",
            "year": 1930,
            "imdb_score": "5.4",
            "votes": 164,
            "image_url": "https://m.media-amazon.com/images/M/MV5BYjg2YWY4ZTYtNzkwNi00MmMxLTk1NmYtMzVlMTE5OTgzMzM4XkEyXkFqcGdeQXVyMTk2MzI2Ng@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Charles Reisner"
            ],
            "actors": [
                "Allan Lane",
                "Benny Rubin",
                "Catherine Moylan",
                "Clarence Wilson",
                "Dorothy Jordan",
                "Edwards Davis",
                "Harry Burns",
                "J.C. Nugent",
                "Penny Singleton",
                "Robert Montgomery",
                "Roscoe Ates",
                "Tyrell Davis"
            ],
            "writers": [
                "Sarah Y. Mason",
                "Vincent Lawrence"
            ],
            "genres": [
                "Comedy",
                "Musical",
                "Romance"
            ]
        },
        {
            "id": 21102,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/21102?format=api",
            "imdb_url": "https://www.imdb.com/title/tt0021102/",
            "title": "Lovin' the Ladies",
            "year": 1930,
            "imdb_score": "6.2",
            "votes": 113,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMTU0Mzk1ODIxN15BMl5BanBnXkFtZTgwMzI3Njk1MDE@._V1_UY268_CR3,0,182,268_AL_.jpg",
            "directors": [
                "Melville W. Brown"
            ],
            "actors": [
                "Allen Kearns",
                "Anthony Bushell",
                "Ernest Hilliard",
                "Henry Armetta",
                "Lois Wilson",
                "Renée Macready",
                "Richard Dix",
                "Rita La Roy",
                "Selmer Jackson",
                "Virginia Sale"
            ],
            "writers": [
                "J. Walter Ruben",
                "William LeBaron"
            ],
            "genres": [
                "Comedy",
                "Romance"
            ]
        }
    ]
}