Skip to main content
The Elestrals TCG API exposes the full card catalog — series, sets, creatures, cards, and printings — as a stable, versioned REST API. It’s the same data that powers elestrals.com, packaged for community tool builders, content creators, and partner apps.

What you get

Stable resources

Cards, sets, series, creatures, and printings — exposed as DTOs decoupled from the internal schema, so refactors don’t break you.

Versioned from day one

Every endpoint lives under /v1/. Breaking changes become /v2/ with at least six months’ notice on the old version.

Edge-cached

Responses are served from Cloudflare’s edge. Most reads are sub-50ms.

Read-only

No write endpoints. The API is for consumption, not contribution.

Two tiers

FreePartner
Sign-upSelf-serveApplication + manual review
Rate limit60 req/min600 req/min
Quota100,000 req/month5,000,000 req/month
Bulk exportIncluded
Both tiers see the same data. Partner unlocks higher limits and bulk endpoints.

Next

Quickstart

Mint a key, make your first request, parse the response.

API Reference

Every endpoint, parameter, and response shape.