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

← Ancient Origins
Whimsicott

Whimsicott

Uncommon #56 Pokémon Stage 1 HP 70
Types
Fairy
Illustrator
Atsuko Nishida
Expansion
Ancient Origins · XY
Language
English
TCGplayer
101478

Attacks

Windy Mischief
Fairy

Move all damage counters from 1 of your Benched Pokémon to your opponent's Active Pokémon.

Rolling Tackle 30
Colorless · Colorless
GET /api/v1/pokemon/cards/xy7-56?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7-56",
    "name": "Whimsicott",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/56.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7",
      "name": "Ancient Origins",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "AOR",
      "printed_total": 98,
      "release_date": "2015/08/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "101478",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Windy Mischief",
        "text": "Move all damage counters from 1 of your Benched Pokémon to your opponent's Active Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rolling Tackle",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.31
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:21:33.519Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.94
      }
    }
  }
}