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

← Hidden Legends
Surskit

Surskit

Common #76 Pokémon Basic HP 50
Types
Grass
Illustrator
Toshinao Aoki
Expansion
Hidden Legends · EX
Language
English
TCGplayer
89646

Attacks

Splash About 10
Colorless

If Surskit has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/ex5-76?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex5-76",
    "name": "Surskit",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/76.large.webp"
      }
    ],
    "expansion": {
      "id": "ex5",
      "name": "Hidden Legends",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HL",
      "printed_total": 101,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89646",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Splash About",
        "text": "If Surskit has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 0.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.36
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.19
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 7.51,
          "low": 7.51,
          "high": 8.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T03:09:56.743Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}