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
Lunala (Play Pokemon Stamp)

Lunala (Play Pokemon Stamp)

Rare Holo #102
Illustrator
Shin Nagasawa
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
519139
GET /api/v1/pokemon/cards/sm12-102vpp?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-102vpp",
    "name": "Lunala (Play Pokemon Stamp)",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-102vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-102vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-102vpp.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": "519139",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-102vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-102vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12-102vpp.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 250,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 250
        },
        {
          "condition": "LP",
          "price": 245
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 149,
          "low": 126.65,
          "high": 171.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25.01
      }
    }
  }
}