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
Fetch stream links and subtitle metadata for a specific episode.
Query: audio=sub|dub, lang=xx
Fetch Gogo streams from 1Anime source resolver.
Query: audio=sub|dub (maps to upstream type).
Fetch Kaihs streams from 1Anime source resolver (kiwi host).
Query: audio=sub|dub (maps to upstream type).
Fetch Pahe streams from 1Anime source resolver (pahe host).
Query: audio=sub|dub (maps to upstream type).
Fetch Mega streams from 1Anime source resolver (yuki host).
Query: audio=sub|dub (maps to upstream type).
Fetch Zoro streams from 1Anime source resolver (nuri host).
Query: audio=sub|dub (maps to upstream type).
AniList API
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/kaihs/1/1?audio=sub"
curl "https://api.example.com/cdn/pahe/1/1?audio=sub"
curl "https://api.example.com/cdn/mega/1/1?audio=sub"
curl "https://api.example.com/cdn/zoro/1/1?audio=sub"
curl "https://api.example.com/anilist/anime/1"