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

← Storming Emergence (Radiant)
Turtonator Gx

Turtonator Gx

Rare #193/151 Pokémon Basic HP 190
Types
Fire
Illustrator
5ban Graphics
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

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
Colorless · Colorless · Colorless

Discard 2 Fire Energy from this Pokémon.

Nitro Tank-GX
Colorless

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/ser-193?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-193",
    "name": "Turtonator Gx",
    "number": "193/151",
    "printed_number": "193/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-193.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-193.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-193.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-193.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-193.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-193.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "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": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bright Flame",
        "text": "Discard 2 Fire Energy from this Pokémon.",
        "damage": "160"
      },
      {
        "cost": [
          "Colorless"
        ],
        "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": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:35:59.185Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}