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

← Tag Bolt
Charmander

Charmander

usually #11 Pokémon Basic HP 70
Types
Fire
Illustrator
Atsuko Nishida
Expansion
Tag Bolt · Sun & Moon
Language
Japanese
TCGplayer
572545

Attacks

Ember 30
Fire

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm9_ja-11?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9_ja-11",
    "name": "Charmander",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9_ja",
      "name": "Tag Bolt",
      "total": 118,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9",
      "printed_total": 95,
      "release_date": "2018/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tag Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572545",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Ember",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.31
        },
        {
          "condition": "LP",
          "price": 0.98
        },
        {
          "condition": "MP",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 12,
          "high": 20,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100.85,
          "low": 129.99,
          "high": 129.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.52,
          "low": 19.16,
          "high": 45.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T02:56:59.448Z",
      "trend_7d": {
        "direction": "up",
        "percent": 138.14
      }
    }
  }
}