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

← Next Destinies
Pokémon Center

Pokémon Center

Uncommon #90 Trainer Stadium
Illustrator
5ban Graphics
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
88215
GET /api/v1/pokemon/cards/bw4-90vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-90vrh",
    "name": "Pokémon Center",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/90vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/90vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/90vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88215",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/90vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/90vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/90vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:27:14.502Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.08
      }
    }
  }
}