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

← Platinum
Galactic HQ

Galactic HQ

Uncommon #106 Trainer Stadium
Illustrator
Ryota Saito
Expansion
Platinum · Platinum
Language
English
TCGplayer
85603
GET /api/v1/pokemon/cards/pl1-106vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-106vrh",
    "name": "Galactic HQ",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/106vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/106vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/106vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85603",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/106vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/106vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/106vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Uncommon",
    "artist": "Ryota Saito",
    "pricing": {
      "currency": "USD",
      "market": 3.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.93
        },
        {
          "condition": "LP",
          "price": 1.49
        },
        {
          "condition": "MP",
          "price": 1.29
        },
        {
          "condition": "HP",
          "price": 0.55
        },
        {
          "condition": "DMG",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "up",
        "percent": 57.83
      }
    }
  }
}