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

← Storming Emergence (Abundant)
Politoed

Politoed

Rare #009/151 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Saya Tsuruta
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Roll Call
Colorless

Search your deck for a Poliwag, a Poliwhirl, and a Poliwrath, and put them onto your Bench. Then, shuffle your deck.

Hyper Jump 100
Colorless · Colorless · Colorless

You may shuffle this Pokémon and all cards attached to it into your deck.

GET /api/v1/pokemon/cards/sea-009?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-009",
    "name": "Politoed",
    "number": "009/151",
    "printed_number": "009/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-009.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-009.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-009.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-009.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-009.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-009.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roll Call",
        "text": "Search your deck for a Poliwag, a Poliwhirl, and a Poliwrath, and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hyper Jump",
        "text": "You may shuffle this Pokémon and all cards attached to it into your deck.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Saya Tsuruta",
    "pricing": {
      "currency": "USD",
      "market": 16.99,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 69,
          "low": 58.65,
          "high": 79.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 119.59,
          "low": 101.65,
          "high": 137.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:32:22.844Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}