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

← Steam Siege
Avalugg

Avalugg

Rare #37 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Saya Tsuruta
Expansion
Steam Siege · XY
Language
English
TCGplayer
121126

Attacks

Crunch 30
Colorless · Colorless

Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.

Melting Floe
Water · Water · Water

Discard the top 3 cards of your deck. For each Water Energy card you discarded in this way, discard the top 3 cards of your opponent's deck.

GET /api/v1/pokemon/cards/xy11-37vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-37vrh",
    "name": "Avalugg",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/37vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/37vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/37vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121126",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/37vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/37vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/37vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Crunch",
        "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Melting Floe",
        "text": "Discard the top 3 cards of your deck. For each Water Energy card you discarded in this way, discard the top 3 cards of your opponent's deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.7
        },
        {
          "condition": "LP",
          "price": 0.66
        },
        {
          "condition": "MP",
          "price": 0.45
        },
        {
          "condition": "HP",
          "price": 0.37
        },
        {
          "condition": "DMG",
          "price": 0.38
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 199.99,
          "low": 199.99,
          "high": 199.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.5,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.48
      }
    }
  }
}