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

← Emerald Break
Salamence

Salamence

Rare #47 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
TOKIYA
Expansion
Emerald Break · XY
Language
Japanese
TCGplayer
603859

Attacks

Shatter 60
Fire

Discard any Stadium card in play.

Power Howl 20×
Water · Colorless · Colorless

This attack does 20 damage times the number of cards in your opponent's hand.

Steam Blast 170
Fire · Fire · Water · Colorless

Discard 3 Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy6_ja-47vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6_ja-47vh",
    "name": "Salamence",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/47vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/47vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/47vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6_ja",
      "name": "Emerald Break",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY6",
      "printed_total": 78,
      "release_date": "2015/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Emerald Break"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603859",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/47vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/47vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6_ja/47vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Shatter",
        "text": "Discard any Stadium card in play.",
        "damage": "60"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Howl",
        "text": "This attack does 20 damage times the number of cards in your opponent's hand.",
        "damage": "20×"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Steam Blast",
        "text": "Discard 3 Energy attached to this Pokémon.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 3.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.58
        },
        {
          "condition": "LP",
          "price": 3.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 18,
          "high": 62.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 84.95,
          "low": 58.5,
          "high": 2550,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.99,
          "low": 10.19,
          "high": 13.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.9,
          "low": 32,
          "high": 32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-14T02:25:18.342Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}