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

← HS—Unleashed
Poliwrath (Staff Stamp)

Poliwrath (Staff Stamp)

Rare #21 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Naoyo Kimura
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
231419

Attacks

Steamroll 40
Water · Colorless

Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Dynamic Punch 60+
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 60 damage plus 40 more damage and the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/hgss2-21vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-21vs",
    "name": "Poliwrath (Staff Stamp)",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-21vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-21vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-21vs.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "231419",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-21vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-21vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-21vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Steamroll",
        "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dynamic Punch",
        "text": "Flip a coin. If heads, this attack does 60 damage plus 40 more damage and the Defending Pokémon is now Confused.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 350,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 350
        },
        {
          "condition": "LP",
          "price": 229.99
        },
        {
          "condition": "DMG",
          "price": 49.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T17:51:35.150Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}