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

← Guardians Rising
Whimsicott

Whimsicott

Uncommon #91 Pokémon Stage 1 HP 80
Types
Fairy
Illustrator
Kouki Saitou
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131005

Attacks

The Wages of Fluff
Colorless

If the Defending Pokémon is Knocked Out during your next turn, take 2 more Prize cards.

Fairy Wind 30
Fairy
GET /api/v1/pokemon/cards/sm2-91?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-91",
    "name": "Whimsicott",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/91.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131005",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/91.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "The Wages of Fluff",
        "text": "If the Defending Pokémon is Knocked Out during your next turn, take 2 more Prize cards."
      },
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Fairy Wind",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.7
      }
    }
  }
}