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

← Battle Styles
Grumpig

Grumpig

Uncommon #56 Pokémon Stage 1 HP 130
Types
Psychic
Illustrator
Tomokazu Komiya
Expansion
Battle Styles · Sword & Shield
Language
English
TCGplayer
234222

Attacks

Dazzle Dance 30
Psychic · Colorless

Your opponent's Active Pokémon is now Confused.

Power Gem 120
Psychic · Psychic · Colorless
GET /api/v1/pokemon/cards/swsh5-56vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5-56vrh",
    "name": "Grumpig",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/56vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/56vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/56vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5",
      "name": "Battle Styles",
      "total": 183,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BST",
      "printed_total": 163,
      "release_date": "2021/03/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "234222",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/56vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/56vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/56vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dazzle Dance",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Gem",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 0.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.39
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.21
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.49,
          "low": 42.07,
          "high": 56.91,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:26:10.361Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}