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

{
    "count": 85851,
    "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17136",
    "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17134",
    "results": [
        {
            "id": 11386020,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11386020?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11386020/",
            "title": "Chornyy Voron",
            "year": 2019,
            "imdb_score": "7.3",
            "votes": 271,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMzc4NDViNTgtOGU3MC00NjcwLTk5MDktZTFjZDIwZWM1ZDA0XkEyXkFqcGdeQXVyMjk1NzAxNg@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Taras Tkachenko"
            ],
            "actors": [
                "Aleksey Tritenko",
                "Alina Kovalenko",
                "Andrey Fedinchik",
                "Nataliya Sumskaya",
                "Oleg Moskalenko",
                "Pavel Moskal",
                "Sergey Babkin",
                "Taras Tsimbalyuk",
                "Viktor Zhdanov"
            ],
            "writers": [
                "Unknown"
            ],
            "genres": [
                "Drama",
                "History",
                "War"
            ]
        },
        {
            "id": 11388406,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11388406?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11388406/",
            "title": "Horse Girl",
            "year": 2020,
            "imdb_score": "5.9",
            "votes": 13769,
            "image_url": "https://m.media-amazon.com/images/M/MV5BMjkxYjU5Y2ItOGE5Yi00ZTg2LTgzNmUtZjI3NTNlOWRhNzllXkEyXkFqcGdeQXVyODkzNTgxMDg@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Jeff Baena"
            ],
            "actors": [
                "Aaron Stanford",
                "Alison Brie",
                "Angela Trimbur",
                "Debby Ryan",
                "Goldenite",
                "Hazel Armenante",
                "Jake Picking",
                "John Ortiz",
                "Lauren Weedman",
                "Mary Apick",
                "Matthew Gray Gubler",
                "Molly Shannon",
                "Robin Tunney",
                "Stella Chestnut",
                "Toby Huss"
            ],
            "writers": [
                "Alison Brie",
                "Jeff Baena"
            ],
            "genres": [
                "Drama",
                "Mystery",
                "Thriller"
            ]
        },
        {
            "id": 11390036,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11390036?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11390036/",
            "title": "La verità di Grace",
            "year": 2020,
            "imdb_score": "5.9",
            "votes": 10840,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNDM2YjliZDUtZWUzYi00ZDY4LWJlMTEtZGZiZDViZjJiMTllXkEyXkFqcGdeQXVyODk4OTc3MTY@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Tyler Perry"
            ],
            "actors": [
                "Adrian Pasdar",
                "Amy Gordon",
                "Angela Marie Rigsby",
                "Bresha Webb",
                "Cicely Tyson",
                "Crystal Fox",
                "Donovan Christie Jr.",
                "Matthew Law",
                "Mehcad Brooks",
                "Nathan Anderson",
                "Phylicia Rashad",
                "Sandra Ellis Lafferty",
                "Steve Mapel",
                "Tyler Perry",
                "Walter Fauntleroy"
            ],
            "writers": [
                "Tyler Perry"
            ],
            "genres": [
                "Drama",
                "Thriller"
            ]
        },
        {
            "id": 11394158,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11394158?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11394158/",
            "title": "Miss Juneteenth",
            "year": 2020,
            "imdb_score": "6.3",
            "votes": 757,
            "image_url": "https://m.media-amazon.com/images/M/MV5BNTA5ZWU4ZTYtMGY0ZC00M2FkLTlmODktZDJmNGJjZjdhYzEwXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Channing Godfrey Peoples"
            ],
            "actors": [
                "Akron Watson",
                "Alexis Chikaeze",
                "Alicia Dary",
                "Arianna Lynn Coleman",
                "Carol Dary",
                "Jaime Matthis",
                "Kendrick Sampson",
                "Lisha Hackney",
                "Liz Mikel",
                "Lori Hayes",
                "Marcus M. Mauldin",
                "Margaret Sanchez",
                "Mathew Greer",
                "Nicole Beharie",
                "Phyllis Cicero"
            ],
            "writers": [
                "Channing Godfrey Peoples"
            ],
            "genres": [
                "Drama"
            ]
        },
        {
            "id": 11394332,
            "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11394332?format=api",
            "imdb_url": "https://www.imdb.com/title/tt11394332/",
            "title": "Spree",
            "year": 2020,
            "imdb_score": "5.8",
            "votes": 2362,
            "image_url": "https://m.media-amazon.com/images/M/MV5BOWM5ZGU3ZjctY2U4NS00ZGE0LWI1OGYtYmZkYzk2NzAyNWJjXkEyXkFqcGdeQXVyMTA4NjE0NjEy._V1_UX182_CR0,0,182,268_AL_.jpg",
            "directors": [
                "Eugene Kotlyarenko"
            ],
            "actors": [
                "Caroline Hebert",
                "David Arquette",
                "Frankie Grande",
                "Jessalyn Gilsig",
                "Joe Keery",
                "John DeLuca",
                "Joshua Ovalle",
                "Kyle Mooney",
                "Lala Kent",
                "Linas Phillips",
                "Mischa Barton",
                "Reatha Grey",
                "Sasheer Zamata",
                "Sean Avery",
                "Sunny Kim"
            ],
            "writers": [
                "Eugene Kotlyarenko",
                "Gene McHugh"
            ],
            "genres": [
                "Comedy",
                "Thriller"
            ]
        }
    ]
}