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

← SM Black Star Promos
Eevee

Eevee

Promo #SM235 Pokémon Basic HP 60
Types
Colorless
Illustrator
kirisAki
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
200276

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-SM235vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM235vh",
    "name": "Eevee",
    "number": "SM235",
    "printed_number": "SM235",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM235vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM235vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM235vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "200276",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM235vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM235vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM235vh.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": 14.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.45
        },
        {
          "condition": "LP",
          "price": 12.02
        },
        {
          "condition": "MP",
          "price": 7.74
        },
        {
          "condition": "HP",
          "price": 6.79
        },
        {
          "condition": "DMG",
          "price": 5.02
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 59.99,
          "low": 50.99,
          "high": 68.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 39.95,
          "low": 34.98,
          "high": 39.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 502.49,
          "low": 750,
          "high": 750,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14.76,
          "low": 12.55,
          "high": 16.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.52,
          "low": 22.56,
          "high": 29.17,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.47,
          "low": 37.52,
          "high": 63.18,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:11:32.782Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.3
      }
    }
  }
}