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

← Dragon Storm
Kingdra-GX

Kingdra-GX

Double Rare #14 Pokémon Stage 2GX HP 230
Types
Water
Illustrator
5ban Graphics
Expansion
Dragon Storm · Sun & Moon
Language
Japanese
TCGplayer
573729

Attacks

Hydro Pump 10+
Colorless

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

Reverse Thrust 30
Water

Switch this Pokémon with 1 of your Benched Pokémon.

Maelstrom-GX
Water

This attack does 40 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm6a_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6a_ja-14vh",
    "name": "Kingdra-GX",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6a_ja",
      "name": "Dragon Storm",
      "total": 66,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6a",
      "printed_total": 53,
      "release_date": "2018/04/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573729",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Water"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hydro Pump",
        "text": "This attack does 50 more damage times the amount of Water Energy attached to this Pokémon.",
        "damage": "10+"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Reverse Thrust",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Maelstrom-GX",
        "text": "This attack does 40 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "LP",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 36,
          "low": 36,
          "high": 36.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:53:19.825Z",
      "trend_7d": {
        "direction": "up",
        "percent": 23.15
      }
    }
  }
}