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

← Storming Emergence (Abundant)
Eevee

Eevee

Common #101/151 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shibuzoh.
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Quick Draw
Colorless

Flip a coin. If heads, draw a card.

GET /api/v1/pokemon/cards/sea-101?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-101",
    "name": "Eevee",
    "number": "101/151",
    "printed_number": "101/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-101.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-101.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-101.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Draw",
        "text": "Flip a coin. If heads, draw a card."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 12.37,
          "low": 10.51,
          "high": 14.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 13.99,
          "low": 11.89,
          "high": 16.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 15.99,
          "low": 13.59,
          "high": 18.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 18.99,
          "low": 16.14,
          "high": 21.84,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 138.31,
          "low": 117.56,
          "high": 159.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 22.49,
          "low": 19.12,
          "high": 25.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11.75,
          "low": 9.99,
          "high": 13.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.22,
          "low": 18.04,
          "high": 24.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 91,
          "low": 77.35,
          "high": 104.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:32:23.438Z"
    }
  }
}