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

← Vivid Voltage
Drednaw

Drednaw

Rare #39
Illustrator
Taira Akitsu
Expansion
Vivid Voltage · Sword & Shield
Language
English
TCGplayer
226424
GET /api/v1/pokemon/cards/swsh4-39vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4-39vh",
    "name": "Drednaw",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/39vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/39vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/39vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4",
      "name": "Vivid Voltage",
      "total": 203,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "VIV",
      "printed_total": 185,
      "release_date": "2020/11/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "226424",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/39vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/39vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/39vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Taira Akitsu",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 0.95
        },
        {
          "condition": "MP",
          "price": 0.9
        },
        {
          "condition": "HP",
          "price": 0.63
        },
        {
          "condition": "DMG",
          "price": 0.63
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 58,
          "low": 49.3,
          "high": 66.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:33:17.454Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}