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

← Amazing Volt Tackle
Charmeleon

Charmeleon

Non #11 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
SATOSHI NAKAI
Expansion
Amazing Volt Tackle · Sword & Shield
Language
Japanese
TCGplayer
568837

Attacks

Slash 20
Fire
Raging Flames 60
Fire · Fire

Discard the top 3 cards of your deck.

GET /api/v1/pokemon/cards/swsh4_ja-11?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh4_ja-11",
    "name": "Charmeleon",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh4_ja",
      "name": "Amazing Volt Tackle",
      "total": 121,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S4",
      "printed_total": 100,
      "release_date": "2020/09/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Amazing Volt Tackle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568837",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Slash",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Raging Flames",
        "text": "Discard the top 3 cards of your deck.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "SATOSHI NAKAI",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 8,
          "high": 25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24,
          "low": 9,
          "high": 24,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:24:22.637Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}