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
Raichu

Raichu

Uncommon #40
Illustrator
Naoki Saito
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
88522
GET /api/v1/pokemon/cards/bw4-40vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-40vh",
    "name": "Raichu",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/40vh.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": "88522",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/40vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 3.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.09
        },
        {
          "condition": "LP",
          "price": 2.09
        },
        {
          "condition": "MP",
          "price": 1.51
        },
        {
          "condition": "HP",
          "price": 0.89
        },
        {
          "condition": "DMG",
          "price": 0.8
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "8",
          "value": 115.3,
          "low": 98.01,
          "high": 132.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.9,
          "low": 22.99,
          "high": 22.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.5,
          "low": 36.98,
          "high": 50.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T04:37:49.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}