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

← Triplet Beat
Grumpig

Grumpig

Non #37 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Scav
Expansion
Triplet Beat · Scarlet & Violet
Language
Japanese
TCGplayer
568160

Attacks

Power Step
Psychic

Search your deck for up to 2 Basic Energy cards, and attach them to your Pokémon in any way you like. Then, shuffle your deck.

Zen Headbutt 100
Psychic · Colorless · Colorless
GET /api/v1/pokemon/cards/sv1a_ja-37?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1a_ja-37",
    "name": "Grumpig",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/37.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1a_ja",
      "name": "Triplet Beat",
      "total": 103,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1a",
      "printed_total": 73,
      "release_date": "2023/03/10",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Triplet Beat"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568160",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1a_ja/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Power Step",
        "text": "Search your deck for up to 2 Basic Energy cards, and attach them to your Pokémon in any way you like. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Zen Headbutt",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Scav",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T13:05:28.304Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}