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

← VSTAR Universe
Pumpkaboo

Pumpkaboo

Common #61 Pokémon Basic HP 60
Types
Psychic
Illustrator
Yuka Morii
Expansion
VSTAR Universe · Sword & Shield
Language
Japanese
TCGplayer
571599

Attacks

Stampede 20
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh12a_ja-61vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12a_ja-61vrh",
    "name": "Pumpkaboo",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/61vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/61vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/61vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12a_ja",
      "name": "VSTAR Universe",
      "total": 262,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12a",
      "printed_total": 172,
      "release_date": "2022/12/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VSTAR Universe"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571599",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/61vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/61vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/61vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Pumpkin Pit",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard a Stadium in play.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Stampede",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T06:18:36.798Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.06
      }
    }
  }
}