Digimon TCG

Search Digimon Card Game cards from digimoncard.io

🎮 GamesHEALTHYchecked 25 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A public search API for the Digimon trading card game. Query by card name to get types, colours, DP, effects, rarity and the sets a card appears in, all as JSON. No key required.

95HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 95 · healthy
Uptime history
100%90 days
100%30 days
224P50 · ms
3134P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 33 ms, slowest 2042 ms, most recent 34 ms.
Live response samplecaptured by our last successful check
GET https://digimoncard.io/api-public/search.php?n=Agumon

[
  {
    "name": "Agumon",
    "type": "Digimon",
    "id": "P-009",
    "color": "Red",
    "dp": 2000,
    "attribute": "Vaccine",
    "stage": "Rookie",
    "rarity": "p"
  }
]
Call itcurl · fetch · python
curl "https://digimoncard.io/api-public/search.php?n=Agumon"
const res = await fetch("https://digimoncard.io/api-public/search.php?n=Agumon");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://digimoncard.io/api-public/search.php?n=Agumon")
print(res.json())
Endpoints · 3HealthyFULL DOCS ↗
Monitored path responding — GET /search.php?n=Agumon224 mschecked 25 min ago
GET/search.php?n=AgumonPROBED

Search Digimon Card Game cards from digimoncard.io

GET/search.php?limit=5

Search Php — documented GET route.

GET/search.php?page=1

Search Php — 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 TCG: common questions

Is Digimon TCG free to use?

Yes — Digimon TCG 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 TCG need an API key?

No — Digimon TCG needs no API key or signup. You can call it straight away; rate limits still apply (90 req/window · 89 remaining).

Can I call Digimon TCG from the browser?

Yes — Digimon TCG 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 TCG up right now?

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