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

← Obsidian Flames
Eevee

Eevee

Common #166 Pokémon Basic HP 70
Types
Colorless
Illustrator
ryoma uratsuka
Expansion
Obsidian Flames · Scarlet & Violet
Language
English
TCGplayer
509689

Attacks

Cheer Up
Colorless

Attach an Energy card from your hand to 1 of your Pokémon.

Kick 20
Colorless · Colorless
GET /api/v1/pokemon/cards/sv3-166vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3-166vrh",
    "name": "Eevee",
    "number": "166",
    "printed_number": "166",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/166vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/166vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/166vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3",
      "name": "Obsidian Flames",
      "total": 230,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "OBF",
      "printed_total": 197,
      "release_date": "2023/08/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "509689",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/166vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/166vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3/166vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Cheer Up",
        "text": "Attach an Energy card from your hand to 1 of your Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "ryoma uratsuka",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100.29,
          "low": 159,
          "high": 159,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:40:49.313Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.98
      }
    }
  }
}