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

← Ultra Prism
Eevee

Eevee

Common #104 Pokémon Basic HP 60
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157721

Attacks

Gnaw 20
Colorless
GET /api/v1/pokemon/cards/sm5-104?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-104",
    "name": "Eevee",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/104.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/104.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/104.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157721",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/104.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/104.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/104.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gnaw",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 1.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.02
        },
        {
          "condition": "LP",
          "price": 0.74
        },
        {
          "condition": "MP",
          "price": 0.58
        },
        {
          "condition": "HP",
          "price": 0.31
        },
        {
          "condition": "DMG",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.8,
          "low": 21.6,
          "high": 25.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 7,
          "high": 10.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 12.5,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:49:14.262Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.86
      }
    }
  }
}