
COMING SOON · Spanish (Latin America), French, German, Portuguese, and Italian dub tracking — currently English-only
Type any title to check whether the dub is out, in production, just announced, or still sub-only — no spoilers, no scrolling reddit threads.
A dub is available now
Confirmed, dubbing actively in progress
A dub is confirmed but not out yet
We checked and found no dub
Install once, and every anime poster on AniList gets a small status badge in the corner. No accounts, no tracking, ~14kb gzipped.
DUB
PROD
ANN
SUB
?
?A JSON REST API for dub status lookups, title search, browse, and trending. Look up by AniList ID, anidub ID, or MAL ID — no account needed to start.
curl https://api.anidub.dev/v1/anime/lookup \
-X POST \
-H "Content-Type: application/json" \
-d '{"ids": [21, 11061, 1535]}'{
"results": [
{
"anilistId": 21,
"titleEnglish": "One Piece",
"dub": { "language": "en", "status": "dubbed", "confidence": 0.95 }
},
{
"anilistId": 11061,
"titleEnglish": "Hunter x Hunter (2011)",
"dub": { "language": "en", "status": "dubbed", "confidence": 0.95 }
}
],
"notFound": [1535]
}