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

← HS—Undaunted
Eevee

Eevee

Common #48 Pokémon Basic HP 50
Types
Colorless
Illustrator
Noriko Hotta
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
85088

Attacks

Call for Family
Colorless

Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.

Tickle 10
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/hgss3-48?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-48",
    "name": "Eevee",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/48.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85088",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tickle",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Noriko Hotta",
    "pricing": {
      "currency": "USD",
      "market": 4.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.94
        },
        {
          "condition": "LP",
          "price": 2.98
        },
        {
          "condition": "MP",
          "price": 1.61
        },
        {
          "condition": "HP",
          "price": 0.66
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 252,
          "low": 214.2,
          "high": 289.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24,
          "low": 23,
          "high": 29.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 25.5,
          "high": 30,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:48:06.184Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.2
      }
    }
  }
}