Digimon Information

Look up Digimon creatures by name or level

🎮 GamesHEALTHYchecked 24 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A tiny fan API listing Digimon with their name, evolution level and artwork. Query by name for a single creature or browse the full roster. Keyless JSON with CORS on.

94HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 94 · healthy
Uptime history
100%90 days
100%30 days
501P50 · ms
1230P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 197 ms, slowest 835 ms, most recent 231 ms.
Live response samplecaptured by our last successful check
GET https://digimon-api.vercel.app/api/digimon/name/agumon

[
  {
    "name": "Agumon",
    "img": "https://digimon.shadowsmith.com/img/agumon.jpg",
    "level": "Rookie"
  }
]
Call itcurl · fetch · python
curl "https://digimon-api.vercel.app/api/digimon/name/agumon"
const res = await fetch("https://digimon-api.vercel.app/api/digimon/name/agumon");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://digimon-api.vercel.app/api/digimon/name/agumon")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /digimon/name/agumon501 mschecked 24 min ago
GET/digimon/name/agumonPROBED

Look up Digimon creatures by name or level

GET/digimon

Digimon — documented GET route.

GET/digimon/1

Digimon details by ID (example: 1).

GET/digimon?limit=10

Digimon — documented GET route.

GET/digimon/search?q=test

Search by query parameters.

GET/api/digimon

Digimon — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Digimon Information: common questions

Is Digimon Information free to use?

Yes — Digimon Information is a free games API. Free tier: Free — no API key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Digimon Information need an API key?

No — Digimon Information needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Digimon Information from the browser?

Yes — Digimon Information returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Digimon Information up right now?

As of our last scheduled check, Digimon Information is healthy with 100% uptime over 90 days and a 501 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.