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

← Dragon Majesty
Lance ◇

Lance ◇

Rare Prism Star #61 Trainer SupporterPrism Star
Illustrator
kodama
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175491
GET /api/v1/pokemon/cards/sm75-61vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-61vh",
    "name": "Lance ◇",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/61vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/61vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/61vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175491",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/61vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/61vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/61vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter",
      "Prism Star"
    ],
    "rarity": "Rare Prism Star",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 2.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.48
        },
        {
          "condition": "LP",
          "price": 1.88
        },
        {
          "condition": "MP",
          "price": 1.28
        },
        {
          "condition": "HP",
          "price": 1.24
        },
        {
          "condition": "DMG",
          "price": 0.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 19.97,
          "low": 19.97,
          "high": 19.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 8.8,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25.08,
          "low": 23.14,
          "high": 31.36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.1,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.36
      }
    }
  }
}