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

← Ruler of the Black Flame
Charmeleon

Charmeleon

Non #13 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Ryota Murayama
Expansion
Ruler of the Black Flame · Scarlet & Violet
Language
Japanese
TCGplayer
566967

Attacks

Heat Tackle 70
Fire · Fire

This Pokémon also does 20 damage to itself.

GET /api/v1/pokemon/cards/sv3_ja-13?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv3_ja-13",
    "name": "Charmeleon",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "sv3_ja",
      "name": "Ruler of the Black Flame",
      "total": 141,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV3",
      "printed_total": 108,
      "release_date": "2023/07/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ruler of the Black Flame"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566967",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv3_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Heat Tackle",
        "text": "This Pokémon also does 20 damage to itself.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 24.38,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 17.83,
          "low": 15.16,
          "high": 20.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.61,
          "low": 15.82,
          "high": 21.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:22:52.886Z",
      "trend_7d": {
        "direction": "down",
        "percent": -60.61
      }
    }
  }
}