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

← EX Trainer Kit 2 Minun
Vulpix

Vulpix

Common #7 Pokémon Basic HP 50
Types
Fire
Illustrator
Midori Harada
Expansion
EX Trainer Kit 2 Minun · EX
Language
English
TCGplayer
90439

Attacks

Bite 10
Colorless
Firebreathing 20
Fire · Colorless

Flip a coin. If heads, this attack does 20 damage plus 10 more damage.

GET /api/v1/pokemon/cards/tk2b-7?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2b-7",
    "name": "Vulpix",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/7.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2b",
      "name": "EX Trainer Kit 2 Minun",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90439",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2b/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Firebreathing",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 1.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.25
        },
        {
          "condition": "LP",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.34
        },
        {
          "condition": "HP",
          "price": 0.26
        },
        {
          "condition": "DMG",
          "price": 0.28
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 47.47,
          "low": 40.35,
          "high": 54.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "7",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:46:09.023Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}