Overview
In the anime developer community, one common challenge is dealing with different ID systems across platforms. MyAnimeList (MAL) and AniList both provide rich APIs, but their identifiers are not interchangeable.
Anime ID Converter solves this problem with a simple, cache‑friendly microservice. It focuses on one job only: mapping IDs quickly and reliably.
Features
- 🔄 MAL → AniList ID conversion
- ⚡ Fast lookups using JSON cache
- 📂 Split cache files per 100k MAL IDs for scalability
- 🛠️ Developer‑friendly JSON response
- 🧩 Fallback logic using Jikan API