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)
Escavalier

Escavalier

Uncommon #102/150 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
Satoshi Shirai
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Discerning Spear 80
Colorless

If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.

Iron Lance 90
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/sssh-102?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-102",
    "name": "Escavalier",
    "number": "102/150",
    "printed_number": "102/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-102.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-102.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-102.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Discerning Spear",
        "text": "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Lance",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.208Z"
    }
  }
}