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

← Destined Rivals
Ethan's Cyndaquil

Ethan's Cyndaquil

Common #32
Illustrator
Susumu Maeya
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
632854
GET /api/v1/pokemon/cards/sv10-32vrh?include=prices 200 45ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-32vrh",
    "name": "Ethan's Cyndaquil",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/32vrh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/32vrh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/32vrh.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": "632854",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/32vrh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/32vrh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/32vrh.large.png"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "Susumu Maeya",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "DMG",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 51.01,
          "low": 50.75,
          "high": 114.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.81,
          "low": 17.5,
          "high": 17.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 7.5,
          "high": 11.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-07-29T20:52:29.481Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.38
      }
    }
  }
}