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

← Phantasmal Flames
Gligar

Gligar

Common #49 Pokémon Basic HP 70
Types
Fighting
Illustrator
Kazumasa Yasukuni
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662162

Attacks

Poison Jab 10
Fighting

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

GET /api/v1/pokemon/cards/me2-49?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-49",
    "name": "Gligar",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/49.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662162",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/49.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Jab",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.03
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T19:36:35.017Z",
      "trend_7d": {
        "direction": "down",
        "percent": -57.14
      }
    }
  }
}