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

← XY
Skarmory-EX

Skarmory-EX

Rare Holo EX #80 Pokémon BasicEX HP 170
Types
Metal
Illustrator
Eske Yoshinob
Expansion
XY · XY
Language
English
TCGplayer
89248

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/xy1-80vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-80vh",
    "name": "Skarmory-EX",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/80vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/80vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/80vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89248",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/80vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/80vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/80vh.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": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 4.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.97
        },
        {
          "condition": "LP",
          "price": 3.17
        },
        {
          "condition": "MP",
          "price": 2.35
        },
        {
          "condition": "HP",
          "price": 1.84
        },
        {
          "condition": "DMG",
          "price": 1.26
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 44.69,
          "low": 37.99,
          "high": 51.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9.6,
          "low": 9.6,
          "high": 9.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 4.99,
          "low": 4.99,
          "high": 4.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 9.25,
          "high": 10,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 9.5,
          "high": 31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:09.122Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.2
      }
    }
  }
}