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

← Shining Synergy (Shower)
Froslass

Froslass

Rare #032/150 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Mizue
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Spiteful Sigh 20
Colorless

Put up to 7 damage counters on this Pokémon. This attack does 20 damage for each damage counter you placed in this way.

Icy Wind 40
Colorless

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/sssh-032?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-032",
    "name": "Froslass",
    "number": "032/150",
    "printed_number": "032/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-032.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-032.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-032.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-032.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-032.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-032.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spiteful Sigh",
        "text": "Put up to 7 damage counters on this Pokémon. This attack does 20 damage for each damage counter you placed in this way.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Icy Wind",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 8.5,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.421Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}