Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Twilight Masquerade
Poliwhirl

Poliwhirl

Common #42 Pokémon Stage 1 HP 100
Types
Water
Illustrator
OKACHEKE
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550086

Attacks

Hypnosis
Water

Your opponent's Active Pokémon is now Asleep.

Double Slap 30
Colorless · Colorless

Flip 2 coins. This attack does 30 damage for each heads.

GET /api/v1/pokemon/cards/sv6-42?include=prices 200 113ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-42",
    "name": "Poliwhirl",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/42.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/42.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/42.large.png"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550086",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/42.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/42.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/42.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Hypnosis",
        "text": "Your opponent's Active Pokémon is now Asleep."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Slap",
        "text": "Flip 2 coins. This attack does 30 damage for each heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "OKACHEKE",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:21:26.774Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}