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 a coin. If heads, the Defending Pokémon is now Confused and Poisoned.
Koffing does 30 damage to itself, and don't apply Weakness and Resistance to this damage.
/api/v1/pokemon/cards/pl2-68?include=prices 200 17ms{
"success": true,
"data": {
"id": "pl2-68",
"name": "Koffing",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68.large.webp"
}
],
"expansion": {
"id": "pl2",
"name": "Rising Rivals",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "RR",
"printed_total": 111,
"release_date": "2009/05/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86497",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/68.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Offensive Gas",
"text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned."
},
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Gas Bomb",
"text": "Koffing does 30 damage to itself, and don't apply Weakness and Resistance to this damage.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 0.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.99
},
{
"condition": "LP",
"price": 0.33
},
{
"condition": "MP",
"price": 0.27
},
{
"condition": "HP",
"price": 0.22
},
{
"condition": "DMG",
"price": 0.24
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 137.5,
"low": 118.75,
"high": 156.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 36,
"low": 30.6,
"high": 41.4,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:21:30.919Z",
"trend_7d": {
"direction": "down",
"percent": -1.98
}
}
}
}