Provides information about digimon creatures.
The Digimon API provides programmatic access to a database of Digimon characters, returning data such as name, image URL, and level for each entry. It was originally hosted on Heroku and has since been dual-deployed to Vercel to improve speed and reliability, with the Heroku endpoint marked as deprecated in favor of the Vercel one.
The API exposes three GET endpoints: one that returns the full list of Digimon, one that queries by a specific Digimon's name, and one that queries by level. Each Digimon record includes three fields: name, img, and level, all returned as strings.
It is a small, single-purpose reference API suited for developers building sample projects, learning exercises, or applications that need Digimon character data such as names, images, and levels.
The API was originally free on Heroku and is now dual-deployed to Vercel, with no mention of a paid tier.
Each Digimon entry includes a name, an image URL, and a level.
Use the /api/digimon/name/:name endpoint, for example /api/digimon/name/agumon, to get an array containing that one Digimon.
Yes, the /api/digimon/level/:level endpoint returns an array of Digimon matching the given level, such as rookie.
No, the Heroku endpoint is deprecated in favor of the Vercel deployment for better speed and reliability.
Show your product to thousands of developers
· 100k monthly pageviews
· 7k newsletter subscribers
An unofficial JSON API for Counter-Strike: Global Offensive.
Deck of Cards.
Bungie Platform API.
Search for Digimon cards in digimoncard.io.
Information of Disney characters.
Provides information about Player stats, Match stats, Rankings for Dota 2.