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

← Black & White Promos
Salamence

Salamence

Promo #195 Pokémon Stage 2 HP 150
Types
Dragon
Illustrator
Naoki Saito
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Gaia Crush 100
Fire · Water · Colorless · Colorless

Discard any Stadium card in play.

GET /api/v1/pokemon/cards/bwp_ja-195vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-195vh",
    "name": "Salamence",
    "number": "195",
    "printed_number": "195",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/195vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/195vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/195vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/195vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/195vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/195vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Breakwing",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may discard all Pokémon Tool cards attached to each of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Gaia Crush",
        "text": "Discard any Stadium card in play.",
        "damage": "100"
      }
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 29.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 360,
          "low": 306,
          "high": 414,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 145,
          "low": 145,
          "high": 272.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-22T02:05:12.764Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.09
      }
    }
  }
}