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

← Islands Await You
Turtonator-GX

Turtonator-GX

Super Rare #51 Pokémon BasicGX HP 190
Types
Fire
Illustrator
5ban Graphics
Expansion
Islands Await You · Sun & Moon
Language
Japanese
TCGplayer
574492

Attacks

Shell Trap 20
Colorless · Colorless

During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon.

Bright Flame 160
Fire · Fire · Colorless

Discard 2 Fire Energy from this Pokémon.

Nitro Tank-GX
Fire

Attach 5 Fire Energy cards from your discard pile 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/sm2k_ja-51vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2k_ja-51vh",
    "name": "Turtonator-GX",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/51vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/51vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/51vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2k_ja",
      "name": "Islands Await You",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2K",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Islands Await You"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574492",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/51vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/51vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/51vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Shell Trap",
        "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bright Flame",
        "text": "Discard 2 Fire Energy from this Pokémon.",
        "damage": "160"
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Nitro Tank-GX",
        "text": "Attach 5 Fire Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:00:31.046Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.34
      }
    }
  }
}