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

← Pokémon GO
Charmeleon

Charmeleon

Non #9 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Shiburingaru
Expansion
Pokémon GO · Sword & Shield
Language
Japanese
TCGplayer

Attacks

Scratch 30
Fire · Colorless
Flamethrower 100
Fire · Fire · Colorless · Colorless

Discard a Fire Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh10b_ja-9?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10b_ja-9",
    "name": "Charmeleon",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/9.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10b_ja",
      "name": "Pokémon GO",
      "total": 101,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10b",
      "printed_total": 71,
      "release_date": "2022/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon GO"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10b_ja/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scratch",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Flamethrower",
        "text": "Discard a Fire Energy from this Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Shiburingaru",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.5,
          "low": 15.88,
          "high": 25.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14.99,
          "low": 14.99,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.28,
          "low": 18.19,
          "high": 55.75,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T13:04:26.336Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}