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

← Storming Emergence (Verdant)
Eevee

Eevee

Common #108/151 Pokémon Basic HP 60
Types
Colorless
Illustrator
Hideki Ishikawa
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Palette of Friends 10
Colorless · Colorless

This attack does 10 damage for each different type of Pokémon on your Bench.

GET /api/v1/pokemon/cards/sev-108?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-108",
    "name": "Eevee",
    "number": "108/151",
    "printed_number": "108/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-108.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-108.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-108.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-108.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-108.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-108.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Palette of Friends",
        "text": "This attack does 10 damage for each different type of Pokémon on your Bench.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 44.31,
          "low": 39.79,
          "high": 54.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 130.76,
          "low": 120.21,
          "high": 154.97,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.49,
          "low": 23.37,
          "high": 31.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:36:56.399Z"
    }
  }
}