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

← Celestial Storm
Palossand-GX

Palossand-GX

Rare Holo GX #82 Pokémon Stage 1GX HP 210
Types
Fighting
Illustrator
5ban Graphics
Expansion
Celestial Storm · Sun & Moon
Language
English
TCGplayer
170904

Attacks

Eerie Light 60
Fighting · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

Absorb Life 100
Fighting · Fighting · Colorless · Colorless

Heal 20 damage from this Pokémon.

Sandy Fear-GX 60
Fighting · Fighting · Colorless · Colorless

Look at the top 13 cards of your opponent's deck and discard any number of Pokémon you find there. This attack does 60 damage for each card you discarded in this way. Your opponent shuffles the other cards back into their deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm7-82vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7-82vh",
    "name": "Palossand-GX",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/82vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/82vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/82vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7",
      "name": "Celestial Storm",
      "total": 187,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CES",
      "printed_total": 168,
      "release_date": "2018/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "170904",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/82vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/82vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/82vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Eerie Light",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Absorb Life",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "100"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Sandy Fear-GX",
        "text": "Look at the top 13 cards of your opponent's deck and discard any number of Pokémon you find there. This attack does 60 damage for each card you discarded in this way. Your opponent shuffles the other cards back into their deck. (You can't use more than 1 GX attack in a game.)",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.44
        },
        {
          "condition": "LP",
          "price": 1.89
        },
        {
          "condition": "MP",
          "price": 1.78
        },
        {
          "condition": "HP",
          "price": 1.43
        },
        {
          "condition": "DMG",
          "price": 0.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.49,
          "low": 35.99,
          "high": 44.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.95,
          "low": 25.46,
          "high": 34.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "6",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:31:57.330Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.83
      }
    }
  }
}