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

← Rebellion Crash
Oleana

Oleana

Hyper Rare #111 Trainer Supporter
Illustrator
kirisAki
Expansion
Rebellion Crash · Sword & Shield
Language
Japanese
TCGplayer
568699
GET /api/v1/pokemon/cards/swsh2_ja-111vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2_ja-111vh",
    "name": "Oleana",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/111vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/111vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/111vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2_ja",
      "name": "Rebellion Crash",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2",
      "printed_total": 96,
      "release_date": "2020/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rebellion Crash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568699",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/111vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/111vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/111vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Hyper Rare",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:04:35.146Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.82
      }
    }
  }
}