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

← Sun & Moon Promos
Eevee

Eevee

Promo #326 Pokémon Basic HP 60
Types
Colorless
Illustrator
kirisAki
Expansion
Sun & Moon Promos · Sun & Moon
Language
Japanese
TCGplayer

Attacks

Running Charge 30×
Colorless · Colorless

Flip a coin until you get tails. This attack does 30 damage for each heads.

GET /api/v1/pokemon/cards/smp_ja-326vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp_ja-326vh",
    "name": "Eevee",
    "number": "326",
    "printed_number": "326",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/326vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/326vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/326vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp_ja",
      "name": "Sun & Moon Promos",
      "total": 409,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "printed_total": 409,
      "release_date": "2016/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/smp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sun & Moon Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/326vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/326vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp_ja/326vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Running Charge",
        "text": "Flip a coin until you get tails. This attack does 30 damage for each heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "kirisAki",
    "pricing": {
      "currency": "USD",
      "market": 19.08,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.08
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 90.01,
          "low": 76.51,
          "high": 103.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "ACE",
          "grade": "8",
          "value": 34.29,
          "low": 29.15,
          "high": 39.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 30,
          "high": 103.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 199,
          "low": 186.6,
          "high": 279.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.29,
          "low": 42.1,
          "high": 50.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T08:07:15.665Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}