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

← Unified Minds
Froslass

Froslass

Rare Holo #38 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Mizue
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
194959

Attacks

Spiteful Sigh 20
Water

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
Water

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

GET /api/v1/pokemon/cards/sm11-38vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-38vrh",
    "name": "Froslass",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/38vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/38vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/38vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "194959",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/38vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/38vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/38vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "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": [
          "Water"
        ],
        "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 Holo",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.86
        },
        {
          "condition": "LP",
          "price": 0.67
        },
        {
          "condition": "MP",
          "price": 0.57
        },
        {
          "condition": "HP",
          "price": 0.46
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 10,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.15
      }
    }
  }
}