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

← Clash of the Blue Sky
Skarmory

Skarmory

Rare Holo #74 Pokémon Basic HP 70
Types
Metal
Illustrator
Kouki Saitou
Expansion
Clash of the Blue Sky · PCG
Language
Japanese
TCGplayer
612325

Attacks

Spearhead
Colorless

Draw a card.

Heavy Metal 10+
Colorless · Colorless

Flip a coin for each Metal Energy attached to Skarmory. This attack does 10 damage plus 20 more damage for each heads.

GET /api/v1/pokemon/cards/pcg2_ja-74vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg2_ja-74vh",
    "name": "Skarmory",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/74vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/74vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/74vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg2_ja",
      "name": "Clash of the Blue Sky",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/07/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash of the Blue Sky"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612325",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/74vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/74vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg2_ja/74vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Metallic Lift",
        "text": "If Skarmory has any Metal Energy attached to it, the Retreat Cost for Skarmory is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Spearhead",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Heavy Metal",
        "text": "Flip a coin for each Metal Energy attached to Skarmory. This attack does 10 damage plus 20 more damage for each heads.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 6.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.5
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 120.11,
          "low": 102.09,
          "high": 138.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 87.25,
          "low": 55.5,
          "high": 90,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37.99,
          "low": 37.2,
          "high": 39.71,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-12T02:20:02.486Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}