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

← Strength Expansion Pack Sun & Moon
Eevee

Eevee

Common #41 Pokémon Basic
Types
Colorless
Illustrator
Shibuzoh.
Expansion
Strength Expansion Pack Sun & Moon · Sun & Moon
Language
Japanese
TCGplayer
597777

Attacks

Quick Draw
Colorless

Flip a coin. If heads, draw a card.

GET /api/v1/pokemon/cards/sm1p_ja-41?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1p_ja-41",
    "name": "Eevee",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-41.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1p_ja",
      "name": "Strength Expansion Pack Sun & Moon",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1+",
      "printed_total": 51,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Strength Expansion Pack Sun & Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "597777",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1p_ja-41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "abilities": [
      {
        "name": "Energy Evolution",
        "text": "When you attach a basic Energy card from your hand to this Pokémon during your turn, you may search your deck for a card that evolves from this Pokémon that is the same type as that Energy card and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Draw",
        "text": "Flip a coin. If heads, draw a card."
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 52.5,
          "low": 50,
          "high": 917.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.5,
          "low": 22.05,
          "high": 27.03,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T04:00:57.054Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}