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

← Chaos Rising
Sliggoo

Sliggoo

Illustration Rare #95 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
aspara
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693546

Attacks

Gentle Slap 70
Water · Psychic
GET /api/v1/pokemon/cards/me4-95vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-95vh",
    "name": "Sliggoo",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693546",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-95vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Gentle Slap",
        "damage": "70"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "aspara",
    "pricing": {
      "currency": "USD",
      "market": 1.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.96
        },
        {
          "condition": "LP",
          "price": 1.82
        },
        {
          "condition": "HP",
          "price": 0.49
        },
        {
          "condition": "DMG",
          "price": 1.19
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 31.66,
          "low": 23.96,
          "high": 37.88,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 91,
          "low": 26.7,
          "high": 100,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.99,
          "low": 45.9,
          "high": 109.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 30,
          "trend": {
            "direction": "down",
            "percent": -50
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.01,
          "low": 16.1,
          "high": 21.16,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2
      }
    }
  }
}