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

← PokéKyun Collection
Froslass

Froslass

Non #9 Pokémon Stage 1
Types
Water
Illustrator
Shin Nagasawa
Expansion
PokéKyun Collection · XY
Language
Japanese
TCGplayer
605466

Attacks

Snowy Drop
Colorless · Colorless · Colorless

Put 4 damage counters on your opponents Pokémon in any way you like.

GET /api/v1/pokemon/cards/cp3_ja-9?include=prices 200 61ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp3_ja-9",
    "name": "Froslass",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "cp3_ja",
      "name": "PokéKyun Collection",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP3",
      "printed_total": 32,
      "release_date": "2016/01/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PokéKyun Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605466",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Drag Along",
        "text": "If this Pokémon is your Active Pokémon and is Knocked Out by damage from an opponents attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Snowy Drop",
        "text": "Put 4 damage counters on your opponents Pokémon in any way you like."
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 20,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 7,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 121.75,
          "low": 103.75,
          "high": 137.48,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.6,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 26.8,
          "low": 22.78,
          "high": 30.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:05.475Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}