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

← Strength Expansion Pack Sun & Moon
Toxapex-GX

Toxapex-GX

Double Rare #26 Pokémon Stage 1exGX HP 210
Types
Psychic
Illustrator
5ban Graphics
Expansion
Strength Expansion Pack Sun & Moon · Sun & Moon
Language
Japanese
TCGplayer
597762

Attacks

Spike Cannon 30×
Psychic

Flip 4 coins. This attack does 30 damage for each heads.

Super Intense Poison
Psychic · Psychic · Psychic

Your opponent's Active Pokémon is now Poisoned. Put 10 damage counters instead of 1 on that Pokémon between turns.

Total Shelter-GX 150
Psychic · Psychic · Psychic

Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm1p_ja-26vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1p_ja-26vh",
    "name": "Toxapex-GX",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-26vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1p_ja",
      "name": "Strength Expansion Pack Sun & Moon",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1+",
      "printed_total": 51,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Strength Expansion Pack Sun & Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "597762",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Spike Cannon",
        "text": "Flip 4 coins. This attack does 30 damage for each heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Super Intense Poison",
        "text": "Your opponent's Active Pokémon is now Poisoned. Put 10 damage counters instead of 1 on that Pokémon between turns."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Total Shelter-GX",
        "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.91
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:00:57.054Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.55
      }
    }
  }
}