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

← Raging Surf
Parasol Lady

Parasol Lady

usually #61 Pokémon Supporter
Illustrator
Cona Nitanda
Expansion
Raging Surf · Scarlet & Violet
Language
Japanese
TCGplayer
566919
GET /api/v1/pokemon/cards/sv3a_ja-61?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3a_ja-61",
    "name": "Parasol Lady",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/61.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3a_ja",
      "name": "Raging Surf",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3a",
      "printed_total": 62,
      "release_date": "2023/09/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Raging Surf"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566919",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3a_ja/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "usually",
    "artist": "Cona Nitanda",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:26.281Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}