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 2 coins. This attack does 10 damage times the number of heads.
Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.
/api/v1/pokemon/cards/ex5-83?include=prices 200 20ms{
"success": true,
"data": {
"id": "ex5-83",
"name": "Zubat",
"number": "83",
"printed_number": "83",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/83.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/83.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/83.large.webp"
}
],
"expansion": {
"id": "ex5",
"name": "Hidden Legends",
"total": 102,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "HL",
"printed_total": 101,
"release_date": "2004/06/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90770",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/83.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/83.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/83.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Quick Turn",
"text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
"damage": "10"
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Surprise",
"text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 0.74,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.74
},
{
"condition": "LP",
"price": 0.6
},
{
"condition": "MP",
"price": 0.43
},
{
"condition": "HP",
"price": 0.35
},
{
"condition": "DMG",
"price": 0.38
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 19,
"low": 16,
"high": 19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-11T03:09:56.743Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}