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

← Cosmic Eclipse
Solgaleo (Play Pokemon Stamp)

Solgaleo (Play Pokemon Stamp)

Rare Holo #142
Illustrator
Misa Tsutsui
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
520091
GET /api/v1/pokemon/cards/sm12-142vpp?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-142vpp",
    "name": "Solgaleo (Play Pokemon Stamp)",
    "number": "142",
    "printed_number": "142",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-142vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-142vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-142vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "520091",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-142vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-142vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-142vpp.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 52.5,
          "low": 44.63,
          "high": 60.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 66.44,
          "low": 56.47,
          "high": 76.41,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T18:26:12.789Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}