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

← LEGEND Promos
Victory Medal

Victory Medal

Promo #27 Trainer
Illustrator
Takashi Yamaguchi
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/lp_ja-27?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-27",
    "name": "Victory Medal",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-27.large.webp"
      }
    ],
    "expansion": {
      "id": "lp_ja",
      "name": "LEGEND Promos",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "printed_total": 92,
      "release_date": "2009/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "LEGEND Promos"
        }
      }
    },
    "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/lp_ja-27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Promo",
    "artist": "Takashi Yamaguchi",
    "pricing": {
      "currency": "USD",
      "market": 180.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 180.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 53,
          "low": 45.05,
          "high": 60.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 299.99,
          "low": 271.25,
          "high": 367.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 66.25,
          "low": 52,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 145.99,
          "low": 202.5,
          "high": 202.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-14T02:39:44.252Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}