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

← Surging Sparks
Turtonator

Turtonator

Uncommon #137 Pokémon Basic HP 120
Types
Dragon
Illustrator
Rianti Hidayat
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590082

Attacks

Fully Singe
Fire

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

Steaming Stomp 100
Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/sv8-137?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-137",
    "name": "Turtonator",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/137.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/137.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/137.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590082",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/137.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/137.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/137.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Fully Singe",
        "text": "Discard an Energy from your opponent's Active Pokémon ex."
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Steaming Stomp",
        "damage": "100"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Rianti Hidayat",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}