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 (Radiant)
Espeon Gx

Espeon Gx

Rare #172/151 Pokémon Stage 1 HP 200
Types
Psychic
Illustrator
5ban Graphics
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Psybeam 30
Colorless

Your opponent's Active Pokémon is now Confused.

Psychic 60
Colorless · Colorless · Colorless

This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon.

Divide-GX
Colorless · Colorless · Colorless

Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/ser-172?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-172",
    "name": "Espeon Gx",
    "number": "172/151",
    "printed_number": "172/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-172.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-172.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-172.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "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/ser-172.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-172.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-172.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Psybeam",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic",
        "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Divide-GX",
        "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.5,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.49,
          "low": 23.37,
          "high": 31.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:45.157Z",
      "trend_7d": {
        "direction": "down",
        "percent": -71.79
      }
    }
  }
}