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

← Mystery of the Fossils
Kingler

Kingler

Uncommon #99 Pokémon Stage 1 HP 60
Types
Water
Illustrator
Kagemaru Himeno
Expansion
Mystery of the Fossils · Original
Language
Japanese
TCGplayer

Attacks

Flail 10×
Water

Does 10 damage times the number of damage counters on Kingler.

Crabhammer 40
Water · Water · Colorless
GET /api/v1/pokemon/cards/base3_ja-19?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base3_ja-19",
    "name": "Kingler",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-19.large.webp"
      }
    ],
    "expansion": {
      "id": "base3_ja",
      "name": "Mystery of the Fossils",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Original",
      "printed_total": 48,
      "release_date": "1997/06/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mystery of the Fossils"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Flail",
        "text": "Does 10 damage times the number of damage counters on Kingler.",
        "damage": "10×"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crabhammer",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "LP",
          "price": 0.53
        },
        {
          "condition": "MP",
          "price": 0.65
        },
        {
          "condition": "HP",
          "price": 0.36
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 14.25,
          "low": 9.94,
          "high": 18.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 9,
          "high": 19.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 375,
          "low": 326.48,
          "high": 812.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 21.88,
          "low": 18.6,
          "high": 25.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.25,
          "low": 9.25,
          "high": 9.81,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62,
          "low": 23.73,
          "high": 72.4,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:30:34.714Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}