REST · JSON · multi-language

Trading card data,
straight off the wire.

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": {...} } } }

Everything you need to build on cards

A clean, versioned REST API with predictable responses, cursor pagination and ETag caching built in.

🌍

Multi-language

Card names, effects and types localized per language, with sensible fallbacks when a translation is missing.

🃏

Multi-TCG catalog

Games, sets and cards under one consistent schema — including alternate arts and variants — starting with One Piece and expanding.

Fast & cached

Served from the edge with ETag / 304 support and cursor pagination, so your app stays snappy and your bills stay low.

💵

Live prices

Optional market prices on paid plans, updated on a schedule, for building price trackers and portfolio tools.

📦

Bulk dumps

Download full set dumps for offline processing and indexing instead of paging through thousands of cards.

🔑

Simple auth

A free keyless tier by IP, or a Bearer API key for higher limits and commercial use. No OAuth dance.

Simple, usage-based pricing

Start free, upgrade when you ship. All prices in EUR, billed monthly. Cancel anytime.

Free
€0 / mo
  • 10,000 requests / day
  • 60 requests / min
  • Keyless (by IP)
  • Non-commercial use
Get started
Hobby
€9 / mo
  • 100,000 requests / day
  • 120 requests / min
  • API key
  • Commercial use
Choose Hobby
Business
Custom
  • 10M+ requests / day
  • 1,000 requests / min
  • Live prices + bulk export
  • Priority support
Contact us

⚠️ Placeholder: confirm final quotas/prices before launch. Checkout is wired through Stripe (Phase 4).