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

← Black Collection
Whimsicott

Whimsicott

Non #5 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
sui
Expansion
Black Collection · Black & White
Language
Japanese
TCGplayer
600842

Attacks

Helping Hand
Colorless

Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Shuffle your deck afterward.

Cotton Guard 30
Grass

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/bw1b_ja-5?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1b_ja-5",
    "name": "Whimsicott",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/5.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1b_ja",
      "name": "Black Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600842",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Helping Hand",
        "text": "Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Cotton Guard",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 3.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.5
        },
        {
          "condition": "HP",
          "price": 1.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.63,
          "low": 28.59,
          "high": 38.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.99,
          "low": 23.79,
          "high": 32.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:07:39.779Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}