Back to scraper

Anime ID Finder

Enter an AniList ID and pick a provider — get back that provider's native id (Mongo ObjectId, numeric, slug, etc.) plus a ready-to-use /sources URL. Pick "All Providers" to resolve across every provider in parallel and see which ones have the anime.

Resolve across every provider in parallel

Try these popular AniList IDs

How it works

  1. 1
    You provide an AniList ID and pick a provider (or "All Providers").
  2. 2
    We fetch the AniList media document and collect every candidate title: english, romaji, native (Japanese), and any synonyms AniList knows about.
  3. 3
    We search the provider's catalog with each title in priority order until we get a hit. For AniList-native providers (miruro, animex, anilight), the universal id al:{id} is passed straight through with zero overhead.
  4. 4
    The native id is returned along with a ready-to-use /sources URL and the universal al:{anilistId} form.
Pro tip: You don't actually need this tool to use the API. Every endpoint already accepts the universal id al:{anilistId} and resolves it automatically. This tool exists for when you want to see the underlying native id explicitly — for debugging, caching, or passing to a non-API consumer.