Public APIs
Digimon Information favicon

Digimon Information

Games & Comics

Provides information about digimon creatures.

Digimon Information's website screenshot

About Digimon Information

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.

Key features

  • Returns a full list of Digimon with name, image, and level fields
  • Query a Digimon by exact name via /api/digimon/name/:name
  • Query Digimon by level via /api/digimon/level/:level
  • Hosted on Vercel after migrating from a deprecated Heroku deployment

Frequently asked questions

Is this API free to use?

The API was originally free on Heroku and is now dual-deployed to Vercel, with no mention of a paid tier.

What data does the API return for each Digimon?

Each Digimon entry includes a name, an image URL, and a level.

How do I search for a specific Digimon?

Use the /api/digimon/name/:name endpoint, for example /api/digimon/name/agumon, to get an array containing that one Digimon.

Can I filter Digimon by level?

Yes, the /api/digimon/level/:level endpoint returns an array of Digimon matching the given level, such as rookie.

Is the Heroku endpoint still supported?

No, the Heroku endpoint is deprecated in favor of the Vercel deployment for better speed and reliability.

Advertise here

Featured products

  • SerpApi - Search API favicon
  • Screenshot Scout favicon
  • TalorData favicon
  • CoreClaw favicon

Show your product to thousands of developers

· 100k monthly pageviews
· 7k newsletter subscribers

Advertise your product