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

← Perfect Order
Salazzle ex

Salazzle ex

Double Rare #16 Pokémon Stage 1ex HP 260
Types
Fire
Illustrator
5ban Graphics
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684376

Attacks

Nasty Plot
Fire

Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.

Dire Nails 100
Fire · Fire

Your opponent's Active Pokémon is now Burned and Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/me3-16vh?include=prices 200 107ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-16vh",
    "name": "Salazzle ex",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-16vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-16vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-16vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684376",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-16vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-16vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-16vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Fire"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Nasty Plot",
        "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Dire Nails",
        "text": "Your opponent's Active Pokémon is now Burned and Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.54
        },
        {
          "condition": "LP",
          "price": 0.42
        },
        {
          "condition": "MP",
          "price": 0.52
        },
        {
          "condition": "HP",
          "price": 0.37
        },
        {
          "condition": "DMG",
          "price": 0.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 10,
          "high": 10,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.82
      }
    }
  }
}