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

Does 10 damage plus 10 more damage for each damage counter on Charmander.
/api/v1/pokemon/cards/advp_ja-52vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "advp_ja-52vh",
"name": "Charmander",
"number": "52",
"printed_number": "52",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/52vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/52vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/52vh.large.webp"
}
],
"expansion": {
"id": "advp_ja",
"name": "ADV Promos",
"total": 63,
"language": "Japanese",
"language_code": "ja",
"series": "ADV",
"printed_total": 63,
"release_date": "2003/01/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
"translation": {
"en": {
"name": "ADV Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/52vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/52vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/52vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Flare",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Rage",
"text": "Does 10 damage plus 10 more damage for each damage counter on Charmander.",
"damage": "10+"
}
],
"rarity": "Promo",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 20.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 20.5
},
{
"condition": "DMG",
"price": 19.99
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 120,
"low": 102,
"high": 138,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 211.93,
"low": 193.5,
"high": 193.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 999.65,
"low": 760,
"high": 1239.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T02:19:39.956Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}