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

← Rulers of the Heavens
Skarmory

Skarmory

Rare #49 Pokémon Basic HP 70
Types
Metal
Illustrator
Hisao Nakamura
Expansion
Rulers of the Heavens · ADV
Language
Japanese
TCGplayer
612999

Attacks

Pick On
Metal

If the number of cards in your opponent's hand is at least 6, look at his or her hand. Choose a number of cards there until your opponent has 5 cards left in his or her hand and have your opponent shuffle the cards you chose into his or her deck.

Power Count 20+
Metal · Colorless

Count the amount of Energy attached to all of your Pokémon and all of your opponent's Pokémon. If your Pokémon have less Energy than your opponent's, this attack does 20 damage plus 30 more damage.

GET /api/v1/pokemon/cards/adv3_ja-49?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv3_ja-49",
    "name": "Skarmory",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/49.large.webp"
      }
    ],
    "expansion": {
      "id": "adv3_ja",
      "name": "Rulers of the Heavens",
      "total": 54,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 54,
      "release_date": "2003/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rulers of the Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612999",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Pick On",
        "text": "If the number of cards in your opponent's hand is at least 6, look at his or her hand. Choose a number of cards there until your opponent has 5 cards left in his or her hand and have your opponent shuffle the cards you chose into his or her deck."
      },
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Power Count",
        "text": "Count the amount of Energy attached to all of your Pokémon and all of your opponent's Pokémon. If your Pokémon have less Energy than your opponent's, this attack does 20 damage plus 30 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 4.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.35
        },
        {
          "condition": "LP",
          "price": 4
        },
        {
          "condition": "MP",
          "price": 2.99
        },
        {
          "condition": "DMG",
          "price": 2.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.25,
          "low": 10.5,
          "high": 12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-12T04:13:14.595Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}