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

← POP Series 1
Surskit

Surskit

Common #14 Pokémon Basic HP 50
Types
Water
Illustrator
Kagemaru Himeno
Expansion
POP Series 1 · POP
Language
English
TCGplayer
89647

Attacks

Bubble 10
Water

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

GET /api/v1/pokemon/cards/pop1-14?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop1-14",
    "name": "Surskit",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/14.large.webp"
      }
    ],
    "expansion": {
      "id": "pop1",
      "name": "POP Series 1",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89647",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop1/14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bubble",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.46
        },
        {
          "condition": "LP",
          "price": 0.76
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.22
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 17.49,
          "low": 14.87,
          "high": 20.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 10,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 2,
          "low": 2,
          "high": 2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 118.88,
          "low": 101.05,
          "high": 136.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 12.6,
          "high": 18.59,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.39,
          "low": 16.54,
          "high": 19.26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:51:41.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}