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

← POP Series 3
High Pressure System

High Pressure System

Uncommon #10 Trainer Stadium
Illustrator
Ken Ikuji
Expansion
POP Series 3 · POP
Language
English
TCGplayer
86077
GET /api/v1/pokemon/cards/pop3-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop3-10",
    "name": "High Pressure System",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/10.large.webp"
      }
    ],
    "expansion": {
      "id": "pop3",
      "name": "POP Series 3",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2006/04/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86077",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Ikuji",
    "pricing": {
      "currency": "USD",
      "market": 16.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.07
        },
        {
          "condition": "LP",
          "price": 2.2
        },
        {
          "condition": "MP",
          "price": 9.99
        },
        {
          "condition": "HP",
          "price": 2.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 72.5,
          "low": 72.5,
          "high": 95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:43:36.211Z",
      "trend_7d": {
        "direction": "up",
        "percent": 49.63
      }
    }
  }
}