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

If you have Water Energy cards in your hand, attach as many Water Energy cards as you like to any of your Active Pokémon.
Flip a coin for each Energy attached to all of your Active Pokémon. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/ex2-30?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex2-30",
"name": "Azumarill",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/30.large.webp"
}
],
"expansion": {
"id": "ex2",
"name": "Sandstorm",
"total": 100,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "SS",
"printed_total": 100,
"release_date": "2003/09/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83679",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Drizzle",
"text": "If you have Water Energy cards in your hand, attach as many Water Energy cards as you like to any of your Active Pokémon."
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Max Bubbles",
"text": "Flip a coin for each Energy attached to all of your Active Pokémon. This attack does 30 damage times the number of heads.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 2.02,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.02
},
{
"condition": "LP",
"price": 1.46
},
{
"condition": "MP",
"price": 1.33
},
{
"condition": "HP",
"price": 1.04
},
{
"condition": "DMG",
"price": 0.85
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 48.9,
"low": 44.99,
"high": 85,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "8.5",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 319.4,
"low": 282,
"high": 282,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 19.5,
"low": 19,
"high": 20,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:40:03.954Z",
"trend_7d": {
"direction": "up",
"percent": 1
}
}
}
}