Netflix API
### Discover the Power of the Netflix Dataset API 🌟 The Netflix Dataset API provides unparalleled access to a comprehensive dataset of Netflix's vast library of movies and TV shows. Whether you’re a developer, data enthusiast, or business owner, this API is designed to deliver all the information you need in one place. From genres and release years to IMDb ratings and available countries, you…
Netflix API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Refresh Data /api/refresh |
Manually refresh the dataset (if needed). |
| GET |
Countries /api/countries |
Retrieve a dynamic list of all countries available in the dataset. |
| GET |
Categories /api/categories |
Retrieve a dynamic list of all available genres. |
| GET |
Health Check / |
Verify if the API is running |
| GET |
Movies and TV Shows /api/movies |
Retrieve movies or TV shows based on filters. |
| GET |
Titles /api/titles |
Fetches a list of all titles (movies and TV shows) available in the dataset. |