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

← Darkness Ablaze
Rose

Rose

Rare Ultra #189 Trainer Supporter
Illustrator
Naoki Saito
Expansion
Darkness Ablaze · Sword & Shield
Language
English
TCGplayer
219310
GET /api/v1/pokemon/cards/swsh3-189vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3-189vh",
    "name": "Rose",
    "number": "189",
    "printed_number": "189",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/189vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/189vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/189vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3",
      "name": "Darkness Ablaze",
      "total": 201,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "DAA",
      "printed_total": 189,
      "release_date": "2020/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "219310",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/189vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/189vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/189vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.42
        },
        {
          "condition": "LP",
          "price": 1.41
        },
        {
          "condition": "MP",
          "price": 1.15
        },
        {
          "condition": "HP",
          "price": 0.93
        },
        {
          "condition": "DMG",
          "price": 0.8
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 40.13,
          "low": 34.11,
          "high": 46.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 3.5,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5,
          "high": 7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.65,
          "low": 9.99,
          "high": 9.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 3.32,
          "low": 3.01,
          "high": 3.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 16.5,
          "low": 15.5,
          "high": 24.44,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 5.5,
          "low": 5,
          "high": 6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7.63,
          "low": 5,
          "high": 10.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:05:27.427Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}