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

← Ascended Heroes
Charmander

Charmander

Common #20 Pokémon Basic HP 80
Types
Fire
Illustrator
Orca
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675832

Attacks

Fire Claws 30
Fire · Colorless
GET /api/v1/pokemon/cards/me2pt5-20?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-20",
    "name": "Charmander",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/20.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675832",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fire Claws",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Orca",
    "pricing": {
      "currency": "USD",
      "market": 0.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.12
        },
        {
          "condition": "LP",
          "price": 0.11
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 41.22,
          "low": 40.69,
          "high": 41.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 13.04,
          "low": 12.61,
          "high": 13.47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.24,
          "low": 22.49,
          "high": 34.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 18.36,
          "low": 11.49,
          "high": 23.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 299.99,
          "low": 124,
          "high": 339.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.06,
          "low": 13.58,
          "high": 14.53,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.34,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:44:22.307Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25
      }
    }
  }
}