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

← Next Destinies
Shinx

Shinx

Common #43
Illustrator
Naoki Saito
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
89180
GET /api/v1/pokemon/cards/bw4-43vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-43vh",
    "name": "Shinx",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89180",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/43vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        },
        {
          "condition": "LP",
          "price": 13.12
        },
        {
          "condition": "MP",
          "price": 14.87
        },
        {
          "condition": "HP",
          "price": 8.22
        },
        {
          "condition": "DMG",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.55,
          "low": 31.33,
          "high": 33.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:44:23.806Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.31
      }
    }
  }
}