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

← Black & White
Servine

Servine

Uncommon #3
Illustrator
Kagemaru Himeno
Expansion
Black & White · Black & White
Language
English
TCGplayer
89076
GET /api/v1/pokemon/cards/bw1-3vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-3vh",
    "name": "Servine",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89076",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/3vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 8.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.67
        },
        {
          "condition": "MP",
          "price": 5.86
        },
        {
          "condition": "HP",
          "price": 5.66
        },
        {
          "condition": "DMG",
          "price": 4.39
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.55,
          "low": 6.42,
          "high": 8.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T21:34:46.442Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}