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
Poliwhirl (Staff Stamp)

Poliwhirl (Staff Stamp)

Uncommon #37 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Naoyo Kimura
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
231417

Attacks

Hypnoblast 20
Water

The Defending Pokémon is now Asleep.

Light Punch 30
Colorless · Colorless
GET /api/v1/pokemon/cards/hgss2-37vs?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-37vs",
    "name": "Poliwhirl (Staff Stamp)",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-37vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-37vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-37vs.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": "231417",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-37vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-37vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2-37vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnoblast",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Light Punch",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 350,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 350
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T17:51:35.150Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}