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

← Arceus
Shelgon

Shelgon

Uncommon #48 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Arceus · Platinum
Language
English
TCGplayer
89129

Attacks

Scrunch
Colorless

Flip a coin. If heads, prevent all damage done to Shelgon during your opponent's next turn.

Dragon Bump 40
Colorless · Colorless · Colorless

If Shelgon has any basic Fire Energy and any basic Water Energy attached to it, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pl4-48?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-48",
    "name": "Shelgon",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/48.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89129",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scrunch",
        "text": "Flip a coin. If heads, prevent all damage done to Shelgon during your opponent's next turn."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Bump",
        "text": "If Shelgon has any basic Fire Energy and any basic Water Energy attached to it, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.49
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "HP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.89
      }
    }
  }
}