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

Voltorb does 50 damage to itself.
/api/v1/pokemon/cards/dp3_ja-109?include=prices 200 24ms{
"success": true,
"data": {
"id": "dp3_ja-109",
"name": "Voltorb",
"number": "109",
"printed_number": "109",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-109.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-109.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-109.large.webp"
}
],
"expansion": {
"id": "dp3_ja",
"name": "Shining Darkness",
"total": 119,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP3",
"printed_total": 119,
"release_date": "2007/07/05",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp3_ja.symbol.png",
"translation": {
"en": {
"name": "Shining Darkness"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-109.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-109.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3_ja-109.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "50",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Speed Ball",
"damage": "20"
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Big Explosion",
"text": "Voltorb does 50 damage to itself.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+10"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Satoshi Ohta",
"pricing": {
"currency": "USD",
"market": 3.78,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.78
},
{
"condition": "LP",
"price": 1.98
},
{
"condition": "MP",
"price": 1.79
},
{
"condition": "HP",
"price": 0.35
},
{
"condition": "DMG",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 13.2,
"low": 11.22,
"high": 15.18,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-30T10:46:41.745Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}