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

← Guardians Rising
Alolan Vulpix

Alolan Vulpix

Common #21a Pokémon Basic HP 60
Types
Water
Illustrator
kirisAki
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
130919

Attacks

Beacon

Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.

Icy Snow 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sm2-21a?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-21a",
    "name": "Alolan Vulpix",
    "number": "21a",
    "printed_number": "21a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/21a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/21a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/21a.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "130919",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/21a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/21a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/21a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Beacon",
        "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Icy Snow",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 0.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.84
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}