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

← The Town on No Map
Eevee

Eevee

usually #58 Pokémon Basic HP 50
Types
Colorless
Illustrator
Midori Harada
Expansion
The Town on No Map · E-Card
Language
Japanese
TCGplayer
576269

Attacks

Charge Up
Colorless

Flip a coin. If heads, search your deck for an Energy card and attach it to Eevee. Shuffle your deck afterward.

Lunge 20
Colorless

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

GET /api/v1/pokemon/cards/ecard2_ja-58?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2_ja-58",
    "name": "Eevee",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/58.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2_ja",
      "name": "The Town on No Map",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 92,
      "release_date": "2002/03/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Town on No Map"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576269",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Charge Up",
        "text": "Flip a coin. If heads, search your deck for an Energy card and attach it to Eevee. 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": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 25.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27,
          "low": 27,
          "high": 249.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 33.5,
          "low": 29,
          "high": 38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 79,
          "low": 47.5,
          "high": 110.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 35,
          "low": 34.21,
          "high": 37.07,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 13.5,
          "high": 26.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 107.75,
          "low": 32.5,
          "high": 381.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-23T02:36:43.110Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}