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

← Dark Explorers
Eevee

Eevee

Common #83 Pokémon Basic HP 60
Types
Colorless
Illustrator
MAHOU
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
85090

Attacks

Surprise Attack 20
Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/bw5-83?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-83",
    "name": "Eevee",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/83.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85090",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 7.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.72
        },
        {
          "condition": "LP",
          "price": 5.47
        },
        {
          "condition": "MP",
          "price": 3.48
        },
        {
          "condition": "HP",
          "price": 2.23
        },
        {
          "condition": "DMG",
          "price": 2.81
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 79.95,
          "low": 86,
          "high": 86,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.65
      }
    }
  }
}