The Anime API mirrors the TV API but uses AniDB as its primary source for episode/season numbering. None of these endpoints require an OAuthDocumentation Index
Fetch the complete documentation index at: https://api.simkl.org/llms.txt
Use this file to discover all available pages before exploring further.
token — a client_id is enough.
In addition to the standard show fields, anime responses include anime_type (one of tv, special, ova, movie, music video, ona) and en_title.
Anime episodes are numbered using AniDB. If you receive scrobbles or IDs from TMDB/TVDB-based sources, expect the API to remap them — see the Scrobble overview for details.
Look up an anime
Item-level lookups for when you already know which anime you want. Both are Cloudflare-cached by Simkl ID — see Rate limits → Parallel requests.Anime details
GET /anime/{id} — full record (overview, studios, network, runtime, status, genres, episode count, AniDB-mapped TVDB seasons, related titles, ratings, posters, fanart, trailers, external IDs, alternate titles).Episode list
GET /anime/episodes/{id} — every episode with aired flags and airdates. Specials appear with type: "special".GET /redirect first — header-only, Cloudflare-cached, and the canonical resolver.
Browse & discover
Find anime by what’s on now, what’s coming, what’s top-rated, or by genre / network / year.Airing
GET /anime/airing — what’s airing right now.Premieres
GET /anime/premieres/{param} — upcoming season and series premieres.Best of
GET /anime/best/{filter} — top-rated anime by filter (year, all-time, etc.).Genres
GET /anime/genres/... — browse by genre, network, year.Pre-built data files (no per-user cost)
Two static JSON resources on the CDN cover the most common “what’s hot / what’s airing” surfaces without paying any per-user request budget. Send the standard URL parameters and User-Agent; noAuthorization token needed.
Trending anime
https://data.simkl.in/trending/anime_today.json + week / month variants, plus Top-100 and Top-500 versions. Refreshed daily. Drives “Most Watched” / “Trending Now” surfaces without polling.Anime airing calendar
https://data.simkl.in/calendar/anime.json + per-month archives at /calendar/{YEAR}/{MONTH}/anime.json. Updated every 6 hours. Far cheaper than polling /anime/airing.