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

Does 10 damage for each damage counter on Goldeen.
/api/v1/pokemon/cards/ex1-55vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex1-55vrh",
"name": "Goldeen",
"number": "55",
"printed_number": "55",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/55vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/55vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/55vrh.large.webp"
}
],
"expansion": {
"id": "ex1",
"name": "Ruby & Sapphire",
"total": 109,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RS",
"printed_total": 109,
"release_date": "2003/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85803",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/55vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/55vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/55vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Flail",
"text": "Does 10 damage for each damage counter on Goldeen.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 7.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.49
},
{
"condition": "LP",
"price": 5.88
},
{
"condition": "MP",
"price": 5.12
},
{
"condition": "HP",
"price": 3.74
},
{
"condition": "DMG",
"price": 2.63
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 39.99,
"low": 39.99,
"high": 39.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 401.1,
"low": 411,
"high": 411,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "4",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 11.5,
"low": 11.5,
"high": 11.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 49.71,
"low": 46,
"high": 46,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:55:46.056Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}