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

← Shining Darkness
Salamence

Salamence

Rare Holo #431 Pokémon Stage 2 HP 140
Types
Colorless
Illustrator
Kazuyuki Kano
Expansion
Shining Darkness · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Direct Hit 50
Colorless · Colorless

This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

Dragon Finish
Fire · Fire · Water · Water

Discard 2 basic Fire Energy cards or 2 basic Water Energy cards attached to Salamence. If you discarded 2 basic Fire Energy cards, this attack does 100 damage to the Defending Pokémon. If you discarded 2 basic Water Energy cards, this attack does 100 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (If you can't discard cards, this attack does nothing.)

GET /api/v1/pokemon/cards/dp3_ja-431vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3_ja-431vh",
    "name": "Salamence",
    "number": "431",
    "printed_number": "431",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-431vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-431vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-431vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3_ja",
      "name": "Shining Darkness",
      "total": 119,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP3",
      "printed_total": 119,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Darkness"
        }
      }
    },
    "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/dp3_ja-431vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-431vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-431vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Direct Hit",
        "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Finish",
        "text": "Discard 2 basic Fire Energy cards or 2 basic Water Energy cards attached to Salamence. If you discarded 2 basic Fire Energy cards, this attack does 100 damage to the Defending Pokémon. If you discarded 2 basic Water Energy cards, this attack does 100 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (If you can't discard cards, this attack does nothing.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.5,
          "low": 25.08,
          "high": 33.92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 40.42,
          "low": 50.49,
          "high": 54.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 67.5,
          "low": 67.5,
          "high": 68.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 35.05,
          "low": 51,
          "high": 51,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 69.63,
          "low": 68.7,
          "high": 114.3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:51:18.828Z",
      "trend_7d": {
        "direction": "up",
        "percent": 31.66
      }
    }
  }
}