Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Destined Rivals
Cynthia's Roserade

Cynthia's Roserade

Rare #8
Illustrator
En Morikura
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
630804
GET /api/v1/pokemon/cards/sv10-8vh?include=prices 200 154ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-8vh",
    "name": "Cynthia's Roserade",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/8vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/8vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/8vh.large.png"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "630804",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/8vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/8vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/8vh.large.png"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "En Morikura",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.27
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 125.5,
          "low": 106.68,
          "high": 144.32,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T14:07:15.723Z",
      "trend_7d": {
        "direction": "up",
        "percent": 17.39
      }
    }
  }
}