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

← Sky-Splitting Charisma
Shelgon

Shelgon

usually #64 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
Asako Ito
Expansion
Sky-Splitting Charisma · Sun & Moon
Language
Japanese
TCGplayer
573352

Attacks

Raging Blade 30+
Fire · Water

If this Pokémon has any damage counters on it, this attack does 50 more damage.

GET /api/v1/pokemon/cards/sm7_ja-64?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7_ja-64",
    "name": "Shelgon",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/64.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7_ja",
      "name": "Sky-Splitting Charisma",
      "total": 112,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7",
      "printed_total": 96,
      "release_date": "2018/06/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky-Splitting Charisma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573352",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Raging Blade",
        "text": "If this Pokémon has any damage counters on it, this attack does 50 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Asako Ito",
    "pricing": {
      "currency": "USD",
      "market": 2.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.82
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T03:37:48.253Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}