Apple TV+
This API provides access to a curated dataset of movies and TV shows from Apple TV+. It allows users to filter content based on various parameters such as type, genre, country, rating, and release year, with pagination support for large datasets. The data is automatically updated daily, ensuring that users always have access to the latest content. The API includes endpoints for listing…
Apple TV+ endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check / |
Returns a simple message to indicate the API is running. |
| GET |
Movies and TV shows /api/movies |
Fetches a list of movies and TV shows based on various filters like type, genre, country, release year, IMDb rating, number of votes, and title. |
| GET |
Categories /api/categories |
Returns a list of all genres (categories) available in the dataset. |
| GET |
Countries /api/countries |
Returns a list of all countries available in the dataset. |
| POST |
Refresh Data /api/refresh |
Refreshes the data by downloading the latest dataset from S3 and loading it into memory. |
| GET |
Titles /api/titles |
Fetches a list of all titles (movies and TV shows) available in the dataset. |