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

← Vivid Voltage
Whimsicott

Whimsicott

Rare #76 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226484

Attacks

Triple Draw
Colorless

Draw 3 cards.

Flying Fury 10
Psychic

Before doing damage, you may discard any number of Pokémon Tools from your Pokémon. This attack does 40 more damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/swsh4-76?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-76",
    "name": "Whimsicott",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/76.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226484",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Draw",
        "text": "Draw 3 cards."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Flying Fury",
        "text": "Before doing damage, you may discard any number of Pokémon Tools from your Pokémon. This attack does 40 more damage for each card you discarded in this way.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 22,
          "low": 22,
          "high": 30,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:34:30.364Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}