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
Grumpig

Grumpig

Non #39 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Ken Sugimori
Expansion
Sky-Splitting Charisma · Sun & Moon
Language
Japanese
TCGplayer
573327

Attacks

Mirror Step 10+
Colorless

If 1 of your opponent's Pokémon in play has the same name as 1 of your Pokémon in play, this attack does 70 more damage.

GET /api/v1/pokemon/cards/sm7_ja-39?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7_ja-39",
    "name": "Grumpig",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/39.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": "573327",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mirror Step",
        "text": "If 1 of your opponent's Pokémon in play has the same name as 1 of your Pokémon in play, this attack does 70 more damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T17:19:12.541Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}