Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Surging Sparks
Zarude

Zarude

Rare #11 Pokémon Basic HP 120
Types
Grass
Illustrator
GOSSAN
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590099

Attacks

Leaf Drain 20
Grass

Heal 20 damage from this Pokémon.

Jungle Whip 80
Grass · Grass · Colorless

You may put all Energy attached to this Pokémon into your hand to have this attack do 80 more damage.

GET /api/v1/pokemon/cards/sv8-11vrh?include=prices 200 135ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-11vrh",
    "name": "Zarude",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/11vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/11vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/11vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590099",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/11vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/11vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/11vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Leaf Drain",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Jungle Whip",
        "text": "You may put all Energy attached to this Pokémon into your hand to have this attack do 80 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.1,
          "low": 19.95,
          "high": 19.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-29T15:37:53.731Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.9
      }
    }
  }
}