AnimeSlayer Api
# Anime Slayer API Proxy wrapper for the Anslayer anime streaming platform. Provides full catalog access, metadata, episode data, and **resolved streaming URLs** — both from the first-party encrypted CDN and from third-party provider networks. ## How It Works 1. **Browse or search** the catalog — filter by genre, type, status, year, or rating 2. **Get anime details** — synopsis, studios,…
AnimeSlayer Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| Config | ||
| GET |
/config /config |
Returns remote feature flags, Zipline manifest URL, EZV Player config, and OK.ru server status |
| Catalog | ||
| GET |
/anime/{id} /anime/{id} |
Full series metadata including synopsis, ratings, studios, related anime, content ratings, episodes |
| GET |
/anime /anime |
Browse the anime catalog with various list types and filters. Supports pagination, genre filtering, text search, type/status/year sorting. |
| GET |
/anime/{id}/stats /anime/{id}/stats |
Rating distribution (1-10) and user list counts (favorites, watching, plan to watch, watched, dropped, on hold) |
| GET |
/genres /genres |
Returns anime genres, studios, release years, and seasons for building filter UIs |
| Characters | ||
| GET |
/characters/{id} /characters/{id} |
Character profile with voice actors and anime appearances |
| GET |
/actors/{id} /actors/{id} |
Voice actor profile with all anime roles |
| GET |
/anime/{id}/characters /anime/{id}/characters |
List of characters for an anime |
| GET |
/characters/top /characters/top |
App-wide most loved characters ranked by love count |
| Episodes | ||
| GET |
/anime/{id}/episodes /anime/{id}/episodes |
Returns all episodes for an anime with stream URL records |
| Streams | ||
| GET |
/anime/{id}/episodes/{episodeId}/streams /anime/{id}/episodes/{episodeId}/streams |
**The core resolver endpoint.** Runs the full resolution chain: - **CDN:** Fetches google.php, generates AES-128-ECB encrypted `inf` token, POSTs to v-qs.php, verifies RNCryptor… |
| Content | ||
| GET |
/recommendations /recommendations |
Anime-to-anime recommendation pairs |
| GET |
/news /news |
Latest anime news articles |
AnimeSlayer Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 10 / second |
|
| ULTRA Recommended | $9.99 / month | — |
|
| MEGA | $19.99 / month | — |
|