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

← Destined Rivals
Rabsca ex

Rabsca ex

Double Rare #25 Pokémon Stage 1ex HP 250
Types
Grass
Illustrator
N-DESIGN Inc.
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632848

Attacks

Upside-Down Draw
Colorless

Draw 3 cards from the bottom of your deck.

Psychic 20+
Grass · Colorless · Colorless

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

GET /api/v1/pokemon/cards/sv10-25vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-25vh",
    "name": "Rabsca ex",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/25vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/25vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/25vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "632848",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/25vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/25vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/25vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Upside-Down Draw",
        "text": "Draw 3 cards from the bottom of your deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 90 more damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "LP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.11
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 20.37,
          "low": 17.31,
          "high": 23.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.56,
          "low": 5.24,
          "high": 5.24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.99,
          "low": 19,
          "high": 40.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 7,
          "low": 7,
          "high": 7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.77,
          "low": 10.95,
          "high": 14.95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.49,
          "low": 29,
          "high": 29,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:33:09.404Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.64
      }
    }
  }
}