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

← Surging Sparks
Rabsca

Rabsca

Rare #14 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Masako Tomii
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590033

Attacks

Triple Draw
Colorless

Draw 3 cards.

Counterturn 40
Grass

If there are 3 or fewer cards in your deck, this attack does 200 more damage.

GET /api/v1/pokemon/cards/sv8-14vh?include=prices 200 96ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-14vh",
    "name": "Rabsca",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/14vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/14vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/14vh.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": "590033",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/14vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/14vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/14vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Triple Draw",
        "text": "Draw 3 cards."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Counterturn",
        "text": "If there are 3 or fewer cards in your deck, this attack does 200 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masako Tomii",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.09
        },
        {
          "condition": "MP",
          "price": 0.11
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.95,
          "low": 8.46,
          "high": 11.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.51,
          "high": 13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:37:53.731Z",
      "trend_7d": {
        "direction": "up",
        "percent": 30
      }
    }
  }
}