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

← Pokémon TCG Classic - Charizard (Fire Deck)
Stantler

Stantler

None #016/032 Pokémon Basic HP 70
Types
Colorless
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591924

Attacks

Lead

Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.

Frighten Horn 20
Colorless · Colorless

If your opponent's Active Pokémon is a Basic Pokémon, it is now Confused.

GET /api/v1/pokemon/cards/cll_ja-16vh?include=prices 200 27ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-16vh",
    "name": "Stantler",
    "number": "016/032",
    "printed_number": "016/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591924_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591924_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591924_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "cll_ja",
      "name": "Pokémon TCG Classic - Charizard (Fire Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Charizard (Fire Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591924",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591924_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591924_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591924_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Lead",
        "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Frighten Horn",
        "text": "If your opponent's Active Pokémon is a Basic Pokémon, it is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting +20",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 0.81,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 15.1,
          "high": 23.39,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29.49,
          "low": 8.32,
          "high": 61.87,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "up",
            "percent": 13.4
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}