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

← Miracle Crystal
Kingler δ

Kingler δ

Rare #17 Pokémon Stage 1Delta Species HP 80
Types
Metal, Fire
Illustrator
Masakazu Fukuda
Expansion
Miracle Crystal · PCG
Language
Japanese
TCGplayer

Attacks

Body Slam 30
Metal · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Prop-up Pinchers 40+
Fire · Colorless · Colorless

If Kingler has a Pokémon Tool card attached to it, this attack does 40 damage plus 40 more damage.

GET /api/v1/pokemon/cards/pcg8_ja-17?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg8_ja-17",
    "name": "Kingler δ",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg8_ja",
      "name": "Miracle Crystal",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 75,
      "release_date": "2006/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle Crystal"
        }
      }
    },
    "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/pcg8_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg8_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Delta Species"
    ],
    "types": [
      "Metal",
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Prop-up Pinchers",
        "text": "If Kingler has a Pokémon Tool card attached to it, this attack does 40 damage plus 40 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 6.98,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.98
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:56:18.385Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}