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

Discard the top 3 cards of your deck.
/api/v1/pokemon/cards/swsh8b_ja-16?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh8b_ja-16",
"name": "Charmeleon",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/16.large.webp"
}
],
"expansion": {
"id": "swsh8b_ja",
"name": "VMAX Climax",
"total": 293,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S8b",
"printed_total": 184,
"release_date": "2021/12/03",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8b_ja.symbol.png",
"translation": {
"en": {
"name": "VMAX Climax"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "571269",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8b_ja/16.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": "Common",
"artist": "SATOSHI NAKAI",
"pricing": {
"currency": "USD",
"market": 0.21,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.21
},
{
"condition": "LP",
"price": 0.2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 20.5,
"low": 17.43,
"high": 23.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:44:35.947Z",
"trend_7d": {
"direction": "down",
"percent": -34.38
}
}
}
}