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

← Scarlet & Violet Black Star Promos
Cleffa (Staff Stamp)

Cleffa (Staff Stamp)

Promo #37 Pokémon Basic HP 30
Types
Psychic
Illustrator
Mina Nakai
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer

Attacks

Grasping Draw

Draw cards until you have 7 cards in your hand.

GET /api/v1/pokemon/cards/svp-37vs?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-37vs",
    "name": "Cleffa (Staff Stamp)",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/37vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/37vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/37vs.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/37vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/37vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/37vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "30",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Grasping Draw",
        "text": "Draw cards until you have 7 cards in your hand."
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 54.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 54.03
        },
        {
          "condition": "LP",
          "price": 40.86
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 68.43,
          "low": 58.17,
          "high": 78.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 261.5,
          "low": 103,
          "high": 420,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 71,
          "low": 60.35,
          "high": 81.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}