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 Majesty
Salazzle

Salazzle

Uncommon #14 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Naoki Saito
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175366

Attacks

Ring of Fire 20
Fire

Your opponent's Active Pokémon is now Burned. It can't retreat during your opponent's next turn.

Flamethrower 80
Fire · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm75-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-14",
    "name": "Salazzle",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/14.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175366",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Ring of Fire",
        "text": "Your opponent's Active Pokémon is now Burned. It can't retreat during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flamethrower",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.16
        },
        {
          "condition": "HP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}