Movie Title List
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=17158
{ "count": 85851, "next": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17159", "previous": "https://ocmovies.debinformatique.fr/api/v1/titles/?format=api&page=17157", "results": [ { "id": 11833648, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11833648?format=api", "imdb_url": "https://www.imdb.com/title/tt11833648/", "title": "Shams al-Maaref", "year": 2020, "imdb_score": "7.9", "votes": 5280, "image_url": "https://m.media-amazon.com/images/M/MV5BYjAyODJkOTUtMzNiYi00N2RjLWE3ODYtYzAzYzY1NWMwMzY3XkEyXkFqcGdeQXVyMTExNjI0OTEy._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Faris Godus" ], "actors": [ "Ahmed Saddam", "Baraa Alem", "Eyad Ayman Kaifi", "Ismail Alhassan", "Nadia Malaika", "Nawaf Alshubaili", "Sohayb Godus" ], "writers": [ "Faris Godus", "Sohayb Godus" ], "genres": [ "Comedy" ] }, { "id": 11845692, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11845692?format=api", "imdb_url": "https://www.imdb.com/title/tt11845692/", "title": "Tales from Six Feet Under", "year": 2020, "imdb_score": "7.3", "votes": 235, "image_url": "https://m.media-amazon.com/images/M/MV5BMjkwMWFkZjEtMmIxNS00OWViLTkxNDUtMDY2NDQ2NmY2Njk0XkEyXkFqcGdeQXVyNDU5MTUwNTA@._V1_UX182_CR0,0,182,268_AL_.jpg", "directors": [ "Nicholas Michael Jacobs" ], "actors": [ "Alexis Beacher", "Brian Jacobs", "Gianna Jacobs", "Nicholas Michael Jacobs" ], "writers": [ "Nicholas Michael Jacobs" ], "genres": [ "Comedy", "Horror" ] }, { "id": 11851430, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11851430?format=api", "imdb_url": "https://www.imdb.com/title/tt11851430/", "title": "I balada tis trypias kardias", "year": 2020, "imdb_score": "6.9", "votes": 637, "image_url": "https://m.media-amazon.com/images/M/MV5BOWNlNDliYWUtY2RmZS00ZjQwLTlkNTktYTA1NzQzNTg5NjBjXkEyXkFqcGdeQXVyODIwNzI4Mzk@._V1_UY268_CR3,0,182,268_AL_.jpg", "directors": [ "Yannis Economides" ], "actors": [ "Antonis Kotzias", "Areti Pournara", "Dimitris Mavridis", "Fokion Bogris", "Lazaros Mavridis", "Petros Zervos", "Sofia Kounia", "Stathis Stamoulakatos", "Theodoros Kandiliotis", "Vangelis Mourikis", "Vasiliki Kalimani", "Vasilis Sakellariadis", "Vassilis Bisbikis", "Vicky Papadopoulou", "Yannis Tsortekis" ], "writers": [ "Harry Lagoussis", "Yannis Economides" ], "genres": [ "Comedy", "Crime", "Drama" ] }, { "id": 11880890, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11880890?format=api", "imdb_url": "https://www.imdb.com/title/tt11880890/", "title": "Joshua", "year": 2020, "imdb_score": "9.0", "votes": 470, "image_url": "https://m.media-amazon.com/images/M/MV5BZGQ3ZDVkNDEtMGM3Yy00ZWJmLWE0YWMtZTM3MTcxZmNhOWFlXkEyXkFqcGdeQXVyMjkxNzQ1NDI@._V1_UY268_CR0,0,182,268_AL_.jpg", "directors": [ "Peter Sundardas" ], "actors": [ "Abel Peter", "Dinesh Panicker", "Hemanth Menon", "Priyanka Nair" ], "writers": [ "Peter Sundardas" ], "genres": [ "Drama" ] }, { "id": 11880904, "url": "https://ocmovies.debinformatique.fr/api/v1/titles/11880904?format=api", "imdb_url": "https://www.imdb.com/title/tt11880904/", "title": "Isha", "year": 2020, "imdb_score": "9.4", "votes": 395, "image_url": "https://m.media-amazon.com/images/M/MV5BMTZjZjM3NTQtOTFmOS00ZGI3LWI2MGQtMGE3MWNlZTE2OWM3XkEyXkFqcGdeQXVyMTExNzA5NzE4._V1_UY268_CR9,0,182,268_AL_.jpg", "directors": [ "Jose Thomas" ], "actors": [ "Abhishek Vinod", "Kishore Satya" ], "writers": [ "Jose Thomas" ], "genres": [ "Drama", "Horror" ] } ] }