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

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
You may do 50 damage plus 30 more damage. If you do, return an Energy card attached to Kingdra to your hand.
/api/v1/pokemon/cards/hgss2-17?include=prices 200 16ms{
"success": true,
"data": {
"id": "hgss2-17",
"name": "Kingdra",
"number": "17",
"printed_number": "17",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/17.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/17.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/17.large.webp"
}
],
"expansion": {
"id": "hgss2",
"name": "HS—Unleashed",
"total": 96,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UL",
"printed_total": 95,
"release_date": "2010/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86447",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/17.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/17.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/17.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Water"
],
"hp": "130",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Arrow",
"text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Stream Pump",
"text": "You may do 50 damage plus 30 more damage. If you do, return an Energy card attached to Kingdra to your hand.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 5.04,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.04
},
{
"condition": "LP",
"price": 2.3
},
{
"condition": "MP",
"price": 1.8
},
{
"condition": "HP",
"price": 1.03
},
{
"condition": "DMG",
"price": 1.93
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 70,
"low": 59.5,
"high": 80.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 19.99,
"low": 16.99,
"high": 22.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 250,
"low": 212.5,
"high": 287.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-05T07:04:50.999Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}