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

← EX Trainer Kit 2 Plusle
Grumpig

Grumpig

Common #3 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Atsuko Nishida
Expansion
EX Trainer Kit 2 Plusle · EX
Language
English
TCGplayer
85968

Attacks

Snap Tail
Colorless

Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Psypunch 40
Psychic · Colorless
GET /api/v1/pokemon/cards/tk2a-3?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2a-3",
    "name": "Grumpig",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/3.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2a",
      "name": "EX Trainer Kit 2 Plusle",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85968",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Snap Tail",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psypunch",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2
        },
        {
          "condition": "LP",
          "price": 0.52
        },
        {
          "condition": "MP",
          "price": 0.37
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:48:05.916Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}