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

← Mask of Change
Glalie

Glalie

Non #32 Pokémon Stage 1 HP 120
Types
Water
Illustrator
Oku
Expansion
Mask of Change · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Damage Beat 20×
Water

This attack does 20 damage for each damage counter on your opponent's Active Pokémon.

Crazy Headbutt 140
Water · Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv6_ja-32?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-32",
    "name": "Glalie",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/32.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/32.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/32.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6_ja",
      "name": "Mask of Change",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6",
      "printed_total": 101,
      "release_date": "2024/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mask of Change"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/32.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/32.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/32.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Damage Beat",
        "text": "This attack does 20 damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "20×"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crazy Headbutt",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Oku",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:51:17.380Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}