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

← Skyscraping Perfection
Gligar

Gligar

usually #20 Pokémon Basic HP 70
Types
Fighting
Illustrator
Misa Tsutsui
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569343

Attacks

Poison Sting
Fighting

Your opponent's Active Pokémon is now Poisoned.

Pierce 30
Fighting · Colorless
GET /api/v1/pokemon/cards/swsh7d_ja-20?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-20",
    "name": "Gligar",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/20.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569343",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "Your opponent's Active Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Pierce",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 51.5,
          "low": 43.78,
          "high": 59.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T12:35:19.212Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}