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

← Gym Challenge Unlimited
Transparent Walls

Transparent Walls

Common #125 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Gym Challenge Unlimited · Gym
Language
English
TCGplayer
90017
GET /api/v1/pokemon/cards/gym2-125vuu?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-125vuu",
    "name": "Transparent Walls",
    "number": "125",
    "printed_number": "125",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/125vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/125vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/125vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-unlimited",
      "name": "Gym Challenge Unlimited",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90017",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/125vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/125vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-unlimited/125vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.09
        },
        {
          "condition": "MP",
          "price": 1.13
        },
        {
          "condition": "HP",
          "price": 1.14
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.9,
          "low": 11,
          "high": 25.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8,
          "low": 7.75,
          "high": 8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.68,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:25:41.215Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}