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

← Furious Fists
Glaceon

Glaceon

Rare #19 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Furious Fists · XY
Language
English
TCGplayer
92194

Attacks

Blizzard 30
Water

This Pokémon does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Ice Edge 60
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage.

GET /api/v1/pokemon/cards/xy3-19?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-19",
    "name": "Glaceon",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/19.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92194",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Blizzard",
        "text": "This Pokémon does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ice Edge",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 3.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.48
        },
        {
          "condition": "LP",
          "price": 2.43
        },
        {
          "condition": "MP",
          "price": 1.95
        },
        {
          "condition": "HP",
          "price": 1.42
        },
        {
          "condition": "DMG",
          "price": 1.47
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 500,
          "low": 425,
          "high": 575,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.55,
          "low": 6.42,
          "high": 8.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 9.99,
          "high": 22.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.29
      }
    }
  }
}