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

← Arceus
Glalie

Glalie

Rare #18 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Hiroki Fuchino
Expansion
Arceus · Platinum
Language
English
TCGplayer
85756

Attacks

Wreck 20
Colorless · Colorless

If there is any Stadium card in play, this attack does 20 damage plus 50 more damage. Discard that Stadium card.

Avalanche 50
Water · Water · Colorless

Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pl4-18?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-18",
    "name": "Glalie",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/18.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85756",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Wreck",
        "text": "If there is any Stadium card in play, this attack does 20 damage plus 50 more damage. Discard that Stadium card.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Avalanche",
        "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Hiroki Fuchino",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "LP",
          "price": 0.56
        },
        {
          "condition": "MP",
          "price": 0.34
        },
        {
          "condition": "HP",
          "price": 0.3
        },
        {
          "condition": "DMG",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}