Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 5
Skarmory

Skarmory

Uncommon #0704/07 Pokémon Basic HP 110
Types
Metal
Illustrator
kawayoo
Expansion
Gem Pack Vol. 5 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Steel Wing 50
Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance) .

GET /api/v1/pokemon/cards/cn-gem-pack-vol-5-0704?include=prices 200 48ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-5-0704",
    "name": "Skarmory",
    "number": "0704/07",
    "printed_number": "0704/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0704.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0704.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0704.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-5",
      "name": "Gem Pack Vol. 5",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-5.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 5"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0704.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0704.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0704.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Steel Wing",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance) .",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:23.798Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}