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

← Stormfront
Salamence

Salamence

Rare #24 Pokémon Stage 2 HP 140
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
Stormfront · Diamond & Pearl
Language
English
TCGplayer
88898

Attacks

Combustion 50
Fire · Colorless
Steam Twister 120
Fire · Water · Colorless · Colorless

Discard a Fire Energy and a Water Energy attached to Salamence.

GET /api/v1/pokemon/cards/dp7-24?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp7-24",
    "name": "Salamence",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/24.large.webp"
      }
    ],
    "expansion": {
      "id": "dp7",
      "name": "Stormfront",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SF",
      "printed_total": 100,
      "release_date": "2008/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88898",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Battle Rush",
        "text": "If your opponent has any Pokémon in play that has maximum HP of 120 or more, ignore all Colorless Energy necessary to use Salamence's attacks.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Combustion",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Steam Twister",
        "text": "Discard a Fire Energy and a Water Energy attached to Salamence.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.31
        },
        {
          "condition": "LP",
          "price": 2.17
        },
        {
          "condition": "MP",
          "price": 1.79
        },
        {
          "condition": "HP",
          "price": 1.44
        },
        {
          "condition": "DMG",
          "price": 0.61
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8.75,
          "low": 8.75,
          "high": 19.07,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9.99,
          "low": 9.99,
          "high": 9.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35.95,
          "low": 30.56,
          "high": 41.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:59.926Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}