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

Goldeen does 10 damage to itself.
/api/v1/pokemon/cards/tk3a-3?include=prices 200 16ms{
"success": true,
"data": {
"id": "tk3a-3",
"name": "Goldeen",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-3.large.webp"
}
],
"expansion": {
"id": "tk3a",
"name": "DP Trainer Kit Manaphy",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"printed_total": 12,
"release_date": "2007/09/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85808",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-3.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Horn Attack",
"damage": "10"
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Take Down",
"text": "Goldeen does 10 damage to itself.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 0.34,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.34
},
{
"condition": "LP",
"price": 0.26
},
{
"condition": "MP",
"price": 0.1
},
{
"condition": "HP",
"price": 0.11
},
{
"condition": "DMG",
"price": 0.17
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:17:36.045Z",
"trend_7d": {
"direction": "down",
"percent": -2.86
}
}
}
}