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

← Mega Evolution Black Star Promos
Whimsicott

Whimsicott

Promo #19 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Yuka Tanaka
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
664054

Attacks

Healing Fluff
Colorless

Heal all damage from 1 of your Benched Pokémon.

U-turn 50
Psychic

Switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/mep-19vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-19vh",
    "name": "Whimsicott",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "664054",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Healing Fluff",
        "text": "Heal all damage from 1 of your Benched Pokémon."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "U-turn",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Yuka Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "HP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 1.25,
          "low": 1.06,
          "high": 1.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 149.74,
          "low": 152.22,
          "high": 169.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.06,
          "low": 19.02,
          "high": 19.02,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 7.33,
          "low": 5.68,
          "high": 7.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}