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

← Star Birth
Whimsicott V

Whimsicott V

Double Rare #49 Pokémon BasicV HP 190
Types
Psychic
Illustrator
Saki Hayashiro
Expansion
Star Birth · Sword & Shield
Language
Japanese
TCGplayer
569677

Attacks

Hindering Cotton 20
Psychic

If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.

Cotton Guard 90
Psychic · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/swsh9_ja-49vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9_ja-49vh",
    "name": "Whimsicott V",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/49vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/49vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/49vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9_ja",
      "name": "Star Birth",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9",
      "printed_total": 100,
      "release_date": "2022/01/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Star Birth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569677",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/49vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/49vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/49vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hindering Cotton",
        "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cotton Guard",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Saki Hayashiro",
    "pricing": {
      "currency": "USD",
      "market": 0.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.65
        },
        {
          "condition": "LP",
          "price": 0.59
        },
        {
          "condition": "MP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 4.99,
          "low": 4.99,
          "high": 4.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 22,
          "low": 19,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 140,
          "low": 119,
          "high": 161,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 15.6,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 7.95,
          "low": 7.95,
          "high": 7.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:00:27.296Z",
      "trend_7d": {
        "direction": "down",
        "percent": -33.67
      }
    }
  }
}