Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Dragon Frontiers
Dragonair δ (Staff Stamp)

Dragonair δ (Staff Stamp)

Uncommon #28
Illustrator
Kouki Saitou
Expansion
Dragon Frontiers · EX
Language
English
TCGplayer
277680
GET /api/v1/pokemon/cards/ex15-28vs?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex15-28vs",
    "name": "Dragonair δ (Staff Stamp)",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15-28vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15-28vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15-28vs.large.webp"
      }
    ],
    "expansion": {
      "id": "ex15",
      "name": "Dragon Frontiers",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DF",
      "printed_total": 101,
      "release_date": "2006/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "277680",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15-28vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15-28vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15-28vs.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 148.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 148.52
        },
        {
          "condition": "LP",
          "price": 98.33
        },
        {
          "condition": "MP",
          "price": 54.75
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:09:38.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}