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

Flip 4 coins. This attack does 10 damage times the number of heads.
If you have Piplup in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/pop9-13?include=prices 200 16ms{
"success": true,
"data": {
"id": "pop9-13",
"name": "Chimchar",
"number": "13",
"printed_number": "13",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/13.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/13.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/13.large.webp"
}
],
"expansion": {
"id": "pop9",
"name": "POP Series 9",
"total": 17,
"language": "English",
"language_code": "en",
"series": "POP",
"printed_total": 17,
"release_date": "2009/03/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84289",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/13.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/13.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/13.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "40",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Serial Swipes",
"text": "Flip 4 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Sleepy",
"text": "If you have Piplup in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Asleep.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
},
{
"condition": "LP",
"price": 0.75
},
{
"condition": "MP",
"price": 0.55
},
{
"condition": "HP",
"price": 0.53
},
{
"condition": "DMG",
"price": 0.38
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 34,
"low": 34,
"high": 34,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:54:47.245Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}