Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack
Vulpix

Vulpix

Uncommon #0803/05 Pokémon Basic HP 70
Types
Fire
Illustrator
kawayoo
Expansion
Gem Pack · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Super Singe 20
Colorless · Colorless

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

GET /api/v1/pokemon/cards/gem1-0803?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem1-0803",
    "name": "Vulpix",
    "number": "0803/05",
    "printed_number": "0803/05",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0803.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0803.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0803.large.webp"
      }
    ],
    "expansion": {
      "id": "gem1",
      "name": "Gem Pack",
      "total": 115,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 115,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem1.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0803.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0803.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem1-0803.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Super Singe",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T03:04:55.869Z",
      "trend_7d": {
        "direction": "down",
        "percent": -66.33
      }
    }
  }
}