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

← Emerald
Glalie

Glalie

Rare #13 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Atsuko Nishida
Expansion
Emerald · EX
Language
English
TCGplayer
85753

Attacks

Hailstone
Colorless

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

Super Slash 40
Water · Colorless · Colorless

If the Defending Pokémon is an Evolved Pokémon, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/ex9-13?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex9-13",
    "name": "Glalie",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/13.large.webp"
      }
    ],
    "expansion": {
      "id": "ex9",
      "name": "Emerald",
      "total": 107,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "EM",
      "printed_total": 106,
      "release_date": "2005/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85753",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hailstone",
        "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Super Slash",
        "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.66
        },
        {
          "condition": "LP",
          "price": 0.89
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 0.42
        },
        {
          "condition": "DMG",
          "price": 0.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.5,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 39.37,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:49:34.311Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.96
      }
    }
  }
}