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

← Unified Minds
Escavalier

Escavalier

Rare #142 Pokémon Stage 1 HP 130
Types
Metal
Illustrator
Satoshi Shirai
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195126

Attacks

Discerning Spear 80
Metal

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
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/sm11-142?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-142",
    "name": "Escavalier",
    "number": "142",
    "printed_number": "142",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/142.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/142.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/142.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195126",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/142.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/142.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/142.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "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": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Iron Lance",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Satoshi Shirai",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.11
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:52:58.561Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.17
      }
    }
  }
}