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

← Space Juggler
Eevee

Eevee

usually #54 Pokémon Basic HP 50
Types
Colorless
Illustrator
sowsow
Expansion
Space Juggler · Sword & Shield
Language
Japanese
TCGplayer
569897

Attacks

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/swsh10p_ja-54?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10p_ja-54",
    "name": "Eevee",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/54.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10p_ja",
      "name": "Space Juggler",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10P",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Juggler"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569897",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10p_ja/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Resonating Evolution",
        "text": "During your turn, if you played a card from your hand to evolve one of your other Eevee, you may search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "LP",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 17.87,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 734.5,
          "low": 624.32,
          "high": 844.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 2579.28,
          "low": 2192.39,
          "high": 2966.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 340,
          "low": 289,
          "high": 391,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:57:58.600Z",
      "trend_7d": {
        "direction": "down",
        "percent": -23.66
      }
    }
  }
}