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

← SoulSilver Collection
Vulpix

Vulpix

usually #12 Pokémon Basic
Types
Fire
Illustrator
TOKIYA
Expansion
SoulSilver Collection · LEGEND
Language
Japanese
TCGplayer
608247

Attacks

Singe
Fire

Flip a coin. If heads, the Defending Pokémon is now Burned.

Ember 30
Fire · Colorless

Flip a coin. If tails, discard a Fire Energy attached to Vulpix.

GET /api/v1/pokemon/cards/l1ss_ja-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l1ss_ja-12",
    "name": "Vulpix",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "l1ss_ja",
      "name": "SoulSilver Collection",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L1",
      "printed_total": 70,
      "release_date": "2009/10/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l1ss_ja.symbol.png",
      "translation": {
        "en": {
          "name": "SoulSilver Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608247",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l1ss_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Singe",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Burned."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ember",
        "text": "Flip a coin. If tails, discard a Fire Energy attached to Vulpix.",
        "damage": "30"
      }
    ],
    "rarity": "usually",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 3.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.52
        },
        {
          "condition": "LP",
          "price": 2.5
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 1.29
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 169.16,
          "low": 159.52,
          "high": 209.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-13T23:51:32.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}