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

← Paradox Rift
Gliscor

Gliscor

Uncommon #92 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
GOSSAN
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523759

Attacks

Pierce 40
Colorless
Toxic Sting 80
Colorless · Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 2 damage counters on that Pokémon instead of 1.

GET /api/v1/pokemon/cards/sv4-92?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-92",
    "name": "Gliscor",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/92.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/92.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/92.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523759",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/92.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/92.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/92.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pierce",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Toxic Sting",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 2 damage counters on that Pokémon instead of 1.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        },
        {
          "condition": "MP",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:41:21.073Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}