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

← Gold, Silver, to a New World...
Gligar

Gligar

Common #207 Pokémon Basic HP 60
Types
Fighting
Illustrator
Hironobu Yoshida
Expansion
Gold, Silver, to a New World... · Neo
Language
Japanese
TCGplayer

Attacks

Poison Sting 10
Fighting

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

Slash 20
Colorless · Colorless
GET /api/v1/pokemon/cards/neo1_ja-52?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1_ja-52",
    "name": "Gligar",
    "number": "207",
    "printed_number": "207",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-52.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-52.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-52.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1_ja",
      "name": "Gold, Silver, to a New World...",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 96,
      "release_date": "2000/02/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Gold, Silver, to a New World..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-52.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-52.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1_ja-52.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slash",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Hironobu Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 1.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.75
        },
        {
          "condition": "LP",
          "price": 0.52
        },
        {
          "condition": "MP",
          "price": 0.66
        },
        {
          "condition": "HP",
          "price": 0.33
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.25,
          "low": 25.63,
          "high": 26.88,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74.99,
          "low": 47.8,
          "high": 95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.75,
          "low": 17.12,
          "high": 22.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:32:14.283Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}