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

← Pokémon TCG Classic - Venusaur
Rare Candy

Rare Candy

Common #25 Trainer
Illustrator
Toyste Beach
Expansion
Pokémon TCG Classic - Venusaur · Other
Language
English
TCGplayer
527916
GET /api/v1/pokemon/cards/clv-25vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clv-25vh",
    "name": "Rare Candy",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/25vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/25vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/25vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clv",
      "name": "Pokémon TCG Classic - Venusaur",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLV",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527916",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/25vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/25vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/25vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 2.42,
          "low": 3.85,
          "high": 3.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.99,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:13:05.205Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.41
      }
    }
  }
}