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

← Great Encounters
Rare Candy

Rare Candy

Uncommon #102 Trainer Item
Illustrator
Ryo Ueda
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
88593
GET /api/v1/pokemon/cards/dp4-102?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-102",
    "name": "Rare Candy",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/102.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/102.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88593",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/102.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 6.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.52
        },
        {
          "condition": "LP",
          "price": 5.25
        },
        {
          "condition": "MP",
          "price": 3.94
        },
        {
          "condition": "HP",
          "price": 3.39
        },
        {
          "condition": "DMG",
          "price": 2.86
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}