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

← Evolving Skies
Stormy Mountains

Stormy Mountains

Rare Secret #232 Trainer Stadium
Illustrator
Toyste Beach
Expansion
Evolving Skies · Sword & Shield
Language
English
TCGplayer
246786
GET /api/v1/pokemon/cards/swsh7-232vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7-232vh",
    "name": "Stormy Mountains",
    "number": "232",
    "printed_number": "232",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/232vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/232vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/232vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7",
      "name": "Evolving Skies",
      "total": 237,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "EVS",
      "printed_total": 203,
      "release_date": "2021/08/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "246786",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/232vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/232vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7/232vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Rare Secret",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 4.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.49
        },
        {
          "condition": "LP",
          "price": 3.9
        },
        {
          "condition": "MP",
          "price": 3.73
        },
        {
          "condition": "HP",
          "price": 1.82
        },
        {
          "condition": "DMG",
          "price": 2.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.75,
          "low": 25,
          "high": 26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10.98,
          "low": 10.98,
          "high": 10.98,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.75,
          "low": 3.88,
          "high": 6.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.04,
          "low": 47.29,
          "high": 49.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7.89,
          "low": 3.76,
          "high": 9.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:04:30.603Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.15
      }
    }
  }
}