CardWire is a fast, developer-first API for trading card game data — cards, sets, images, prices and full offline dumps across multiple TCGs and languages. One key, one endpoint.
# Fetch a card in one call curl https://api.card-wire.com/v1/cards/OP01-001 \ -H "Authorization: Bearer YOUR_KEY" # → { "data": { "id": "OP01-001", "set": "OP01", # "localizations": { "en": {...}, "ja": {...} } } }
A clean, versioned REST API with predictable responses, cursor pagination and ETag caching built in.
Card names, effects and types localized per language, with sensible fallbacks when a translation is missing.
Games, sets and cards under one consistent schema — including alternate arts and variants — starting with One Piece and expanding.
Served from the edge with ETag / 304 support and cursor pagination, so your app stays snappy and your bills stay low.
Optional market prices on paid plans, updated on a schedule, for building price trackers and portfolio tools.
Download full set dumps for offline processing and indexing instead of paging through thousands of cards.
A free keyless tier by IP, or a Bearer API key for higher limits and commercial use. No OAuth dance.
Start free, upgrade when you ship. All prices in EUR, billed monthly. Cancel anytime.
⚠️ Placeholder: confirm final quotas/prices before launch. Checkout is wired through Stripe (Phase 4).