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

← Collection X
Skarmory-EX

Skarmory-EX

Double Rare #39 Pokémon BasicEX HP 170
Types
Metal
Illustrator
Eske Yoshinob
Expansion
Collection X · XY
Language
Japanese
TCGplayer
603117

Attacks

Joust 30
Colorless · Colorless

Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.

Tailspin Piledriver 80+
Metal · Metal · Colorless

If your opponent's Active Pokémon already has any damage counters on it, this attack does 40 more damage.

GET /api/v1/pokemon/cards/xy1x_ja-39vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1x_ja-39vh",
    "name": "Skarmory-EX",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/39vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/39vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/39vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1x_ja",
      "name": "Collection X",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY1",
      "printed_total": 60,
      "release_date": "2013/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy1x_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603117",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/39vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/39vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1x_ja/39vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Metal"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Joust",
        "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tailspin Piledriver",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 40 more damage.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 1.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.94
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39,
          "low": 38,
          "high": 54.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.03,
          "low": 17.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2025-11-18T02:08:48.884Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}