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

← Shining Synergy (Shower)
Eevee Gx

Eevee Gx

Double Rare #120/150 Pokémon Basic HP 160
Types
Colorless
Illustrator
PLANETA Otani
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Boost Dash 100
Colorless · Colorless · Colorless
Joy Maker-GX
Colorless

Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssh-120vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-120vh",
    "name": "Eevee Gx",
    "number": "120/150",
    "printed_number": "120/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-120vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-120vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-120vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-120vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-120vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-120vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Boost Dash",
        "damage": "100"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Joy Maker-GX",
        "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA Otani",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 92.49,
          "low": 78.62,
          "high": 106.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 199.95,
          "low": 169.96,
          "high": 229.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 622,
          "low": 610,
          "high": 680.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 80,
          "low": 68,
          "high": 92,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 77.33,
          "low": 77.1,
          "high": 77.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 124.93,
          "low": 105.17,
          "high": 136.12,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-21T03:56:32.172Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}