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

← Supreme Victors
Palmer's Contribution

Palmer's Contribution

Uncommon #139 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
87921
GET /api/v1/pokemon/cards/pl3-139?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-139",
    "name": "Palmer's Contribution",
    "number": "139",
    "printed_number": "139",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/139.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/139.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/139.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87921",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/139.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/139.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/139.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}