Anime API
A fast, reliable REST API for discovering and streaming anime content. Search thousands of anime titles, get detailed show information, browse episodes, and retrieve streaming sources.
Anime API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search & Discovery | ||
| GET |
/anime/search /anime/search |
Search for anime by title. |
| GET |
/anime/suggestions /anime/suggestions |
Autocomplete suggestions for a search query. |
| Info & Episodes | ||
| GET |
/anime/info/{id} /anime/info/{id} |
Full details for a specific anime including episode list, relations, and recommendations. |
| Streaming | ||
| GET |
/anime/servers /anime/servers |
Available streaming servers for an episode. |
| GET |
/anime/watch /anime/watch |
Streaming sources (M3U8/HLS) for a specific episode. |
| Browse | ||
| GET |
/anime/genres /anime/genres |
All available genre names. |
| GET |
/anime/browse /anime/browse |
Browse anime filtered by format type. |
| GET |
/anime/genre/{genre} /anime/genre/{genre} |
Browse anime by genre. Use names from /genres endpoint. |
| Discover | ||
| GET |
/anime/latest-completed /anime/latest-completed |
Recently completed anime series. |
| GET |
/anime/new-releases /anime/new-releases |
Newly released anime titles. |
| GET |
/anime/schedule /anime/schedule |
Anime airing schedule for a specific date. |
| GET |
/anime/spotlight /anime/spotlight |
Featured/spotlight anime from the homepage. |
| GET |
/anime/recently-updated /anime/recently-updated |
Anime with recently added or updated episodes. |
| GET |
/anime/recently-added /anime/recently-added |
Anime recently added to the catalog. |
Anime API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA | $24.99 / month | 60 / minute |
|
| MEGA | $49.99 / month | — |
|