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

← Mysterious Mountains
Stantler

Stantler

usually #68 Pokémon Basic HP 60
Types
Colorless
Illustrator
Aya Kusube
Expansion
Mysterious Mountains · E-Card
Language
Japanese
TCGplayer
576140

Attacks

Threaten
Colorless

Flip a coin. If heads, look at your opponent's hand. If he or she has any Trainer cards there, choose 1 of them. Your opponent shuffles that card into his or her deck.

Antler Swipe
Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage to the Defending Pokémon (don't apply Weakness or Resistance). If tails and your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/ecard5_ja-68?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard5_ja-68",
    "name": "Stantler",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/68.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard5_ja",
      "name": "Mysterious Mountains",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mysterious Mountains"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576140",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Threaten",
        "text": "Flip a coin. If heads, look at your opponent's hand. If he or she has any Trainer cards there, choose 1 of them. Your opponent shuffles that card into his or her deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Antler Swipe",
        "text": "Flip a coin. If heads, this attack does 20 damage to the Defending Pokémon (don't apply Weakness or Resistance). If tails and your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 152.5,
          "low": 148.5,
          "high": 152.71,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.23,
          "low": 38.83,
          "high": 38.83,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-13T04:13:23.199Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}