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

← Dawn Dash
Eevee

Eevee

usually #157 Pokémon Basic HP 60
Types
Colorless
Illustrator
Ken Sugimori
Expansion
Dawn Dash · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Call for Family
Colorless

Search your deck for as many Eevee as you like and put them onto your Bench. Shuffle your deck afterward.

Lunge 20
Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/dp4d_ja-157?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4d_ja-157",
    "name": "Eevee",
    "number": "157",
    "printed_number": "157",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-157.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-157.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-157.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4d_ja",
      "name": "Dawn Dash",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dawn Dash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-157.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-157.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4d_ja-157.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for as many Eevee as you like and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 4.97,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.97
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 89.94,
          "low": 108.88,
          "high": 108.88,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-13T23:51:44.498Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}