ProtonTv
This API is was built with python, django, and django rest framework. It has various endpoints that return movie, series, and anime related data
ProtonTv endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
All Movies /protontv.cc/api/all-movies/ |
This endpoint returns all the movies in the movies in the database to the client |
| GET |
Movie Detail /protontv.cc/api/get-movie/{movie-name}/ |
This endpoint returns all data relating to a single movie. It returns details like the movie name, the movie video, description, thumbnail, etc |
| GET |
All Series /protontv.cc/api-all-series/ |
This endpoint returns all the series in the database to the client |
| GET |
Series Detail /protontv.cc/api/get-series/{series-name} |
This endpoint returns the details of a singular series, eg series title, description, thumbnail, episode videos |
| GET |
Seasons of all series /protontv.cc/api/all-series-seasons/ |
This endpoint returns the seasons of all series |
| GET |
All Episodes /protontv.cc/api/all-series-episodes/ |
This endpoint returns all the episodes of all series in the database to the client |
| GET |
Genres /protontv.cc/api/all-genres/ |
This endpoint returns all the genres of movies and series that exist in the database |
| GET |
Thumbnails /protontv.cc/api/all-thumbnails/ |
This endpoint returns all the thumbnails of movies and series to the client |
ProtonTv pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|