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

← Paradigm Trigger
Froslass

Froslass

Non #21 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Taira Akitsu
Expansion
Paradigm Trigger · Sword & Shield
Language
Japanese
TCGplayer
570079

Attacks

Snow Jail 20+
Water

If you played Candice from your hand during this turn, this attack does 90 more damage. Your opponent's Active Pokémon is now Paralyzed.

Frost Breath 60
Water · Colorless
GET /api/v1/pokemon/cards/swsh12_ja-21?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12_ja-21",
    "name": "Froslass",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12_ja",
      "name": "Paradigm Trigger",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12",
      "printed_total": 98,
      "release_date": "2022/10/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradigm Trigger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570079",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Snow Jail",
        "text": "If you played Candice from your hand during this turn, this attack does 90 more damage. Your opponent's Active Pokémon is now Paralyzed.",
        "damage": "20+"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Frost Breath",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:36:20.214Z",
      "trend_7d": {
        "direction": "down",
        "percent": -51.52
      }
    }
  }
}