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

← Pokémon Web
Vulpix

Vulpix

usually #8 Pokémon Basic HP 50
Types
Fire
Illustrator
Atsuko Nishida
Expansion
Pokémon Web · Web
Language
Japanese
TCGplayer
613664

Attacks

Foxfire 10
Fire · Fire

Before doing damage, you may switch the Defending Pokémon with 1 of your opponent's Benched Pokémon.

GET /api/v1/pokemon/cards/web1_ja-8?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "web1_ja-8",
    "name": "Vulpix",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/8.large.webp"
      }
    ],
    "expansion": {
      "id": "web1_ja",
      "name": "Pokémon Web",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Web",
      "printed_total": 48,
      "release_date": "2001/10/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/web1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Web"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613664",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/web1_ja/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Foxfire",
        "text": "Before doing damage, you may switch the Defending Pokémon with 1 of your opponent's Benched Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 20.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.48
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 85,
          "low": 40,
          "high": 87.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 23.25,
          "low": 20.5,
          "high": 26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61.25,
          "low": 53,
          "high": 69.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 72,
          "low": 52.6,
          "high": 78.1,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-08-13T23:49:09.833Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}