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
Low Pressure System

Low Pressure System

Uncommon #11 Trainer Stadium
Illustrator
Shin-ichi Yoshikawa
Expansion
POP Series 3 · POP
Language
English
TCGplayer
86847
GET /api/v1/pokemon/cards/pop3-11?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop3-11",
    "name": "Low Pressure System",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/11.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": "86847",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop3/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Uncommon",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 7.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.93
        },
        {
          "condition": "LP",
          "price": 5.75
        },
        {
          "condition": "MP",
          "price": 1.95
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:43:36.211Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}