Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← White Flare
Whimsicott ex

Whimsicott ex

Double Rare #5 Pokémon Stage 1ex
Types
Grass
Illustrator
5ban Graphics
Expansion
White Flare · Scarlet & Violet
Language
Japanese
TCGplayer
636558

Attacks

Energy Gift
Grass

Search your deck for up to 3 Basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.

Wonder Cotton
Grass

Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.

GET /api/v1/pokemon/cards/sv11w_ja-5vh?include=prices 200 70ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv11w_ja-5vh",
    "name": "Whimsicott ex",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/5vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/5vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/5vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv11w_ja",
      "name": "White Flare",
      "total": 174,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV11W",
      "printed_total": 86,
      "release_date": "2025/06/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv11w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "636558",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/5vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/5vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv11w_ja/5vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Gift",
        "text": "Search your deck for up to 3 Basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Wonder Cotton",
        "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there."
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.86,
          "low": 11.96,
          "high": 13.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19.38,
          "low": 17.5,
          "high": 21.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 2.55,
          "low": 2.17,
          "high": 2.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:50:38.298Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}