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

← FireRed & LeafGreen
Kingler

Kingler

Rare #26 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Kouki Saitou
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
86456

Attacks

Salt Water
Colorless

Search your deck for up to 2 Water Energy cards and attach them to Kingler. Shuffle your deck afterward.

Hyper Pump 30
Water · Colorless

Does 30 damage plus 20 more damage for each basic Energy attached to Kingler but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.

GET /api/v1/pokemon/cards/ex6-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-26",
    "name": "Kingler",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/26.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86456",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Salt Water",
        "text": "Search your deck for up to 2 Water Energy cards and attach them to Kingler. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hyper Pump",
        "text": "Does 30 damage plus 20 more damage for each basic Energy attached to Kingler but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.5
        },
        {
          "condition": "LP",
          "price": 1.13
        },
        {
          "condition": "MP",
          "price": 0.93
        },
        {
          "condition": "HP",
          "price": 1.07
        },
        {
          "condition": "DMG",
          "price": 0.76
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.48,
          "low": 35.26,
          "high": 47.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.46
      }
    }
  }
}