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

← Mega Diancie ex Starter Set MEGA
Lillie's Determination

Lillie's Determination

Common #20 トレーナー 支援
Illustrator
Atsushi Furusawa
Expansion
Mega Diancie ex Starter Set MEGA · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/mbd_ja-20?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mbd_ja-20",
    "name": "Lillie's Determination",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-20.large.webp"
      }
    ],
    "expansion": {
      "id": "mbd_ja",
      "name": "Mega Diancie ex Starter Set MEGA",
      "total": 22,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MBD",
      "printed_total": 21,
      "release_date": "2025/09/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mbd_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mbd_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Diancie ex Starter Set MEGA"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mbd_ja-20.large.webp"
          }
        ]
      }
    ],
    "supertype": "トレーナー",
    "subtypes": [
      "支援"
    ],
    "rarity": "Common",
    "artist": "Atsushi Furusawa",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 188.4,
          "low": 184,
          "high": 184,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35.12,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:36:31.800Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}