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

← Awakened Heroes
Kartana-GX

Kartana-GX

Double Rare #37 Pokémon BasicGX HP 170
Types
Metal
Illustrator
5ban Graphics
Expansion
Awakened Heroes · Sun & Moon
Language
Japanese
TCGplayer
573029

Attacks

Gale Blade 70
Metal · Colorless · Colorless

You may shuffle this Pokémon and all cards attached to it into your deck.

Blade-GX
Metal

Take a Prize card. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm4s_ja-37vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4s_ja-37vh",
    "name": "Kartana-GX",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/37vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/37vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/37vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4s_ja",
      "name": "Awakened Heroes",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4S",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Awakened Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573029",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/37vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/37vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4s_ja/37vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Slice Off",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard a Special Energy from your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gale Blade",
        "text": "You may shuffle this Pokémon and all cards attached to it into your deck.",
        "damage": "70"
      },
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Blade-GX",
        "text": "Take a Prize card. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.16,
          "low": 29.89,
          "high": 40.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:34.888Z",
      "trend_7d": {
        "direction": "up",
        "percent": 177.78
      }
    }
  }
}