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

← Full Metal Wall
Blastoise-GX

Blastoise-GX

Super Rare #57 Pokémon Stage 2GX HP 240
Types
Water
Illustrator
sadaji
Expansion
Full Metal Wall · Sun & Moon
Language
Japanese
TCGplayer
574163

Attacks

Rocket Splash 60×
Water · Water

Shuffle any amount of Water Energy from your Pokémon into your deck. This attack does 60 damage for each card you shuffled into your deck in this way.

Giant Geyser-GX
Water

Attach any number of Water Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm9b_ja-57vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9b_ja-57vh",
    "name": "Blastoise-GX",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/57vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9b_ja",
      "name": "Full Metal Wall",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9b",
      "printed_total": 54,
      "release_date": "2019/02/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Full Metal Wall"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574163",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9b_ja/57vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Water"
    ],
    "hp": "240",
    "abilities": [
      {
        "name": "Solid Shell",
        "text": "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Rocket Splash",
        "text": "Shuffle any amount of Water Energy from your Pokémon into your deck. This attack does 60 damage for each card you shuffled into your deck in this way.",
        "damage": "60×"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Giant Geyser-GX",
        "text": "Attach any number of Water Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "sadaji",
    "pricing": {
      "currency": "USD",
      "market": 19.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.08
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.5,
          "low": 20.5,
          "high": 21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18.24,
          "low": 10.15,
          "high": 23.34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 13,
          "high": 16.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15.6,
          "low": 13.26,
          "high": 17.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 90.88,
          "low": 84.9,
          "high": 116.09,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.5,
          "low": 27.5,
          "high": 29.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:32:15.910Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.26
      }
    }
  }
}