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

← Evolutions
Vulpix

Vulpix

Common #14 Pokémon Basic HP 60
Types
Fire
Illustrator
Ken Sugimori
Expansion
Evolutions · XY
Language
English
TCGplayer
124027

Attacks

Confuse Ray 20
Fire · Fire

Flip a coin. If heads, your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xy12-14?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy12-14",
    "name": "Vulpix",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/14.large.webp"
      }
    ],
    "expansion": {
      "id": "xy12",
      "name": "Evolutions",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "EVO",
      "printed_total": 108,
      "release_date": "2016/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "124027",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy12/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Confuse Ray",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.08
        },
        {
          "condition": "DMG",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.99,
          "low": 19.99,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.79,
          "low": 7.75,
          "high": 9.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.11,
          "low": 12,
          "high": 15.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.77,
          "low": 17.35,
          "high": 34.95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "6.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:19:13.631Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.7
      }
    }
  }
}