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

← Emerging Powers
Whirlipede

Whirlipede

Uncommon #39 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
90571

Attacks

Venoshock 10
Psychic

If the Defending Pokémon is Poisoned, this attack does 60 more damage.

Steamroller 40
Colorless · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/bw2-39?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-39",
    "name": "Whirlipede",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/39.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90571",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Venoshock",
        "text": "If the Defending Pokémon is Poisoned, this attack does 60 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Steamroller",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.57
      }
    }
  }
}