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

← Storming Emergence (Verdant)
Golisopod Gx

Golisopod Gx

Rare #163/151 Pokémon Stage 1 HP 210
Types
Grass
Illustrator
5ban Graphics
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

First Impression 30
Colorless

If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage.

Armor Press 100
Colorless · Colorless · Colorless

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

Crossing Cut-GX 150
Colorless · Colorless · Colorless

Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sev-163?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-163",
    "name": "Golisopod Gx",
    "number": "163/151",
    "printed_number": "163/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-163.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-163.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-163.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-163.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-163.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-163.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "First Impression",
        "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Armor Press",
        "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "100"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Crossing Cut-GX",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 15.45,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.719Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}