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

← Journey Together
Shelgon

Shelgon

Common #113 Pokémon Stage 1 HP 100
Types
Dragon
Illustrator
Julie Hang
Expansion
Journey Together · Scarlet & Violet
Language
English
TCGplayer
623540

Attacks

Guard Press 30
Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Heavy Impact 80
Fire · Water · Colorless
GET /api/v1/pokemon/cards/sv9-113?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9-113",
    "name": "Shelgon",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/113.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/113.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/113.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9",
      "name": "Journey Together",
      "total": 190,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "JTG",
      "printed_total": 159,
      "release_date": "2025/03/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "623540",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/113.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/113.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/113.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Press",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Heavy Impact",
        "damage": "80"
      }
    ],
    "rarity": "Common",
    "artist": "Julie Hang",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:12:09.107Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.81
      }
    }
  }
}