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

← Split Earth
Politoed

Politoed

Rare #30 Pokémon Stage 2 HP 110
Types
Water
Illustrator
Atsuko Nishida
Expansion
Split Earth · E-Card
Language
Japanese
TCGplayer
576219

Attacks

Sudden Growth
Colorless

Attach any number of basic Energy cards from your hand to Politoed.

Frog Hop 30+
Water · Colorless · Colorless

Flip a coin. If heads, this attack does 30 damage plus 20 more damage.

Energy Splash 70
Water · Water · Colorless · Colorless · Colorless

Move 2 Water Energy cards attached to Politoed to 1 or 2 of your Benched Pokémon. (You may put both on the same Pokémon or 1 each on 2 different Pokémon.) If you have no Benched Pokémon, ignore this effect.

GET /api/v1/pokemon/cards/ecard4_ja-30?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard4_ja-30",
    "name": "Politoed",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/30.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/30.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/30.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard4_ja",
      "name": "Split Earth",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/08/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Split Earth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576219",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/30.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/30.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/30.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sudden Growth",
        "text": "Attach any number of basic Energy cards from your hand to Politoed."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Frog Hop",
        "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Energy Splash",
        "text": "Move 2 Water Energy cards attached to Politoed to 1 or 2 of your Benched Pokémon. (You may put both on the same Pokémon or 1 each on 2 different Pokémon.) If you have no Benched Pokémon, ignore this effect.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 34.75,
          "high": 94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68.93,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:37:38.340Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}