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

← Unified Minds
Cherish Ball

Cherish Ball

Rare Secret #250 Trainer Item
Illustrator
5ban Graphics
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195314
GET /api/v1/pokemon/cards/sm11-250vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-250vh",
    "name": "Cherish Ball",
    "number": "250",
    "printed_number": "250",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/250vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/250vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/250vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195314",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/250vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/250vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/250vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 14.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.18
        },
        {
          "condition": "LP",
          "price": 11.29
        },
        {
          "condition": "MP",
          "price": 11.09
        },
        {
          "condition": "HP",
          "price": 8.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 167.5,
          "low": 249.99,
          "high": 249.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 172.5,
          "low": 199.99,
          "high": 199.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.86,
          "low": 9.23,
          "high": 12.49,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.92,
          "low": 26.38,
          "high": 44.92,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.87
      }
    }
  }
}