Introduction
Aether provides fast anime streaming and AniList metadata endpoints with a simple response shape and cache controls.
Security
All requests are rate-limited by IP address.
- Limit:
10 requests / minute / IP - On limit:
429withRetry-After
Anime Streaming
GET /cdn/zen/:anilist_id/:episode
Fetch stream links and subtitle metadata for a specific episode.
Query: audio=sub|dub, lang=xx
GET /cdn/gogo/:anilist_id/:episode
Fetch Gogo streams from Lunaranime source resolver.
Query: audio=sub|dub (maps to upstream type).
GET /cdn/kaih/:anilist_id/:episode
Fetch Kaih streams from Lunaranime source resolver (kiwi host).
Query: audio=sub|dub (maps to upstream type).
AniList API
GET /anilist/anime/:id Detailed anime metadata.
GET /anilist/anime/:id/episodes Episode metadata normalized from ani.zip.
GET /anilist/anime/:id/logo Clearlogo image assets.
GET /anilist/search Filterable search for anime and manga.
GET /anilist/trending Trending list.
GET /anilist/popular Popular list.
GET /anilist/season/current Current season list.
GET /anilist/season/previous Previous season list.
GET /anilist/genre/:genre Genre-filtered list.
Examples
curl "https://api.example.com/cdn/zen/1/1"
curl "https://api.example.com/cdn/gogo/1/1?audio=sub"
curl "https://api.example.com/cdn/kaih/1/1?audio=sub"
curl "https://api.example.com/anilist/anime/1"