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
Primarina-GX

Primarina-GX

Super Rare #54 Pokémon Stage 2GX HP 250
Types
Water
Illustrator
5ban Graphics
Expansion
Strength Expansion Pack Sun & Moon · Sun & Moon
Language
Japanese
TCGplayer
597790

Attacks

Bubble Beat 10+
Colorless · Colorless

This attack does 20 more damage times the amount of Water Energy attached to your Pokémon.

Roaring Seas 120
Water · Water · Water · Colorless

Discard an Energy from your opponent's Active Pokémon.

Grand Echo-GX
Colorless · Colorless

Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack per game.)

GET /api/v1/pokemon/cards/sm1p_ja-54vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1p_ja-54vh",
    "name": "Primarina-GX",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-54vh.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": "597790",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Water"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bubble Beat",
        "text": "This attack does 20 more damage times the amount of Water Energy attached to your Pokémon.",
        "damage": "10+"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Roaring Seas",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Grand Echo-GX",
        "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack per game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 28.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 28.62
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:00:57.054Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}