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

← Advent of Arceus
Shelgon

Shelgon

Non #70 Pokémon Stage 1 HP 80
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Advent of Arceus · Platinum
Language
Japanese
TCGplayer
607718

Attacks

Scrunch
Colorless

Flip a coin. If heads, prevent all damage done to Shelgon by attacks 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/pt4_ja-70?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt4_ja-70",
    "name": "Shelgon",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/70.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/70.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/70.large.webp"
      }
    ],
    "expansion": {
      "id": "pt4_ja",
      "name": "Advent of Arceus",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT4",
      "printed_total": 90,
      "release_date": "2009/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Advent of Arceus"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607718",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/70.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/70.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/70.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 by attacks 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": "Non",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 53,
          "low": 44.92,
          "high": 70.77,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T02:24:40.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}