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

← Base 1st Edition
No image

Ponyta (Gray Stamp)

Common #060/102 Pokémon Basic HP 40
Types
Fire
Expansion
Base 1st Edition · Base
Language
English
TCGplayer

Attacks

Smash Kick 20
Colorless · Colorless
Flame Tail 30
Fire · Fire
GET /api/v1/pokemon/cards/base1-1st-edition-60vgray?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base1-1st-edition-60vgray",
    "name": "Ponyta (Gray Stamp)",
    "number": "060/102",
    "printed_number": "060/102",
    "images": [
      {
        "type": "front",
        "small": "",
        "medium": "",
        "large": ""
      }
    ],
    "expansion": {
      "id": "base1-1st-edition",
      "name": "Base 1st Edition",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Base",
      "printed_total": 102,
      "release_date": "1999/01/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "",
            "medium": "",
            "large": ""
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Smash Kick",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Flame Tail",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}