Digimon Information
Provides information about digimon creatures
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Games & Comics
- Documentation / URL
- https://digimon-api.vercel.app/
Overview
The Digimon Information API serves Digimon characters — names, levels, and images — as JSON, keyless and free. A simple fan API in the same spirit as PokéAPI, useful for digidex apps and fan sites.
Quick Start
All Digimon (verified live):
curl "https://digimon-api.vercel.app/api/digimon"
[
{ "name": "Kuramon", "img": "https://digimon.shadowsmith.com/img/kuramon.jpg", "level": "Baby" },
{ "name": "Pabumon", "img": "https://digimon.shadowsmith.com/img/pabumon.jpg", "level": "Baby" }
]
Search by name:
curl "https://digimon-api.vercel.app/api/digimon/name/agumon"
Filter by level:
curl "https://digimon-api.vercel.app/api/digimon/level/Champion"
Authentication
None — keyless.
Rate Limits & Notes
- Free; no documented hard limit — be polite.
- Three patterns:
/api/digimon(all),/api/digimon/name/{name},/api/digimon/level/{level}. - Images are hosted on a separate CDN (
digimon.shadowsmith.com) — hotlink-friendly. - Data is a community-curated roster — levels are the classic Baby→Rookie→Champion→Ultimate→Mega scale.
FAQ
Is Digimon API free? Yes — free and keyless.
Can I filter by level?
Yes — /api/digimon/level/Champion.
How do I find one Digimon?
/api/digimon/name/agumon.
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |