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

← Noble Victories
Palpitoad

Palpitoad

Uncommon #23 Pokémon Stage 1 HP 80
Types
Water
Illustrator
sui
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
87922

Attacks

Mud Shot 20
Water
Round 20
Colorless · Colorless · Colorless

Does 20 damage times the number of your Pokémon that have the Round attack.

GET /api/v1/pokemon/cards/bw3-23vrh?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-23vrh",
    "name": "Palpitoad",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/23vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/23vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/23vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87922",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/23vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/23vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/23vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Mud Shot",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Round",
        "text": "Does 20 damage times the number of your Pokémon that have the Round attack.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 2.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.34
        },
        {
          "condition": "LP",
          "price": 2.32
        },
        {
          "condition": "MP",
          "price": 1.65
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:37:59.119Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}