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

← Ruler of the Black Flame
Kingambit

Kingambit

Non #82 Pokémon Stage 2 HP 180
Types
Metal
Illustrator
Ryota Murayama
Expansion
Ruler of the Black Flame · Scarlet & Violet
Language
Japanese
TCGplayer
567036

Attacks

Strike Down
Metal

If your opponent's Active Pokémon has 4 or more damage counters on it, that Pokémon is Knocked Out.

Massive Rend 140
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/sv3_ja-82?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3_ja-82",
    "name": "Kingambit",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/82.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/82.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/82.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3_ja",
      "name": "Ruler of the Black Flame",
      "total": 141,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3",
      "printed_total": 108,
      "release_date": "2023/07/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ruler of the Black Flame"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567036",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/82.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/82.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/82.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Strike Down",
        "text": "If your opponent's Active Pokémon has 4 or more damage counters on it, that Pokémon is Knocked Out."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Massive Rend",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:22:52.886Z",
      "trend_7d": {
        "direction": "down",
        "percent": -92.31
      }
    }
  }
}