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

← Phantom Forces
Gliscor

Gliscor

Rare #47 Pokémon Stage 1 HP 90
Types
Fighting
Illustrator
Naoyo Kimura
Expansion
Phantom Forces · XY
Language
English
TCGplayer
94505

Attacks

Submission Hold 20
Fighting

Your opponent can't attach Energy from his or her hand to the Defending Pokémon during his or her next turn.

Poison Jab 60
Fighting · Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/xy4-47vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-47vrh",
    "name": "Gliscor",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/47vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/47vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/47vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "94505",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/47vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/47vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/47vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Submission Hold",
        "text": "Your opponent can't attach Energy from his or her hand to the Defending Pokémon during his or her next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Poison Jab",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.73
        },
        {
          "condition": "LP",
          "price": 0.61
        },
        {
          "condition": "MP",
          "price": 0.49
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:30:56.509Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.39
      }
    }
  }
}