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

← Storming Emergence (Radiant)
Charmander

Charmander

Common #002/151 Pokémon Basic HP 70
Types
Fire
Illustrator
tetsuya koizumi
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Fire Fang 20
Colorless · Colorless
GET /api/v1/pokemon/cards/ser-002?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-002",
    "name": "Charmander",
    "number": "002/151",
    "printed_number": "002/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-002.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-002.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-002.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-002.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-002.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-002.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fire Fang",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "tetsuya koizumi",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 26.4,
          "high": 37.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-19T02:35:58.868Z"
    }
  }
}