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

← Plasma Freeze
Palpitoad

Palpitoad

Uncommon #25 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
87925

Attacks

Vibration 20
Colorless · Colorless
Suspicious Soundwave 30
Water · Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/bw9-25?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-25",
    "name": "Palpitoad",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/25.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87925",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Vibration",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Suspicious Soundwave",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.21
        },
        {
          "condition": "HP",
          "price": 0.16
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.85
      }
    }
  }
}