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

← Temporal Forces
Rabsca

Rabsca

Uncommon #24 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
mingo
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542768

Attacks

Psychic 10
Grass

This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv5-24vrh?include=prices 200 127ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-24vrh",
    "name": "Rabsca",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/24vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/24vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/24vrh.large.png"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542768",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/24vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/24vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/24vrh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Spherical Shield",
        "text": "Prevent all damage from and effects of attacks from your opponent's Pokémon done to your Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic",
        "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "mingo",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:11:03.389Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.33
      }
    }
  }
}