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

This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/xy2_ja-30vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "xy2_ja-30vh",
"name": "Magnezone-EX",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/30vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/30vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/30vh.large.webp"
}
],
"expansion": {
"id": "xy2_ja",
"name": "Wild Blaze",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY2",
"printed_total": 80,
"release_date": "2014/03/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
"translation": {
"en": {
"name": "Wild Blaze"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603374",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/30vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/30vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/30vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Lightning"
],
"hp": "180",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Electro Ball",
"damage": "40"
},
{
"cost": [
"Lightning",
"Lightning",
"Lightning"
],
"converted_energy_cost": 3,
"name": "Dual Bullet",
"text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Double Rare",
"artist": "Eske Yoshinob",
"pricing": {
"currency": "USD",
"market": 2.11,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.11
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 51.88,
"low": 74.95,
"high": 74.95,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-16T02:36:15.279Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}