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

← Eevee Heroes
Aroma Lady

Aroma Lady

Super Rare #86 Trainer Supporter
Illustrator
En Morikura
Expansion
Eevee Heroes · Sword & Shield
Language
Japanese
TCGplayer
570548
GET /api/v1/pokemon/cards/swsh6a_ja-86vh?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6a_ja-86vh",
    "name": "Aroma Lady",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/86vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/86vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/86vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6a_ja",
      "name": "Eevee Heroes",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6a",
      "printed_total": 69,
      "release_date": "2021/05/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Eevee Heroes"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570548",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/86vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/86vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6a_ja/86vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Super Rare",
    "artist": "En Morikura",
    "pricing": {
      "currency": "USD",
      "market": 8.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.85
        },
        {
          "condition": "LP",
          "price": 8.01
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 20.45,
          "low": 23.45,
          "high": 23.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 12,
          "low": 12,
          "high": 14.53,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.88,
          "low": 17.75,
          "high": 40.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 43,
          "low": 35.01,
          "high": 50.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "up",
            "percent": 10.3
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.79,
          "low": 4.99,
          "high": 32.65,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:25:28.575Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.04
      }
    }
  }
}