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

← Sky Legend
Viridian Forest

Viridian Forest

Ultra Rare #68 Trainer Stadium
Illustrator
5ban Graphics
Expansion
Sky Legend · Sun & Moon
Language
Japanese
TCGplayer
573596
GET /api/v1/pokemon/cards/sm10b_ja-68vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10b_ja-68vh",
    "name": "Viridian Forest",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/68vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/68vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/68vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10b_ja",
      "name": "Sky Legend",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10b",
      "printed_total": 54,
      "release_date": "2019/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky Legend"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573596",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/68vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/68vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/68vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 23.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.72
        },
        {
          "condition": "LP",
          "price": 22
        },
        {
          "condition": "MP",
          "price": 17
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 38,
          "high": 60,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:50:59.809Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}