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 30 damage times the number of Magikarp in your discard pile.
Flip a coin until you get tails. For each heads, discard the top card from your opponent's deck.
Flip a coin. If heads, discard an Energy card from each of your opponent's Pokémon.
/api/v1/pokemon/cards/dp7-19?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp7-19",
"name": "Gyarados",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/19.large.webp"
}
],
"expansion": {
"id": "dp7",
"name": "Stormfront",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "SF",
"printed_total": 100,
"release_date": "2008/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85994",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/19.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/19.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/19.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "130",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Tail Revenge",
"text": "Does 30 damage times the number of Magikarp in your discard pile.",
"damage": "30"
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wreak Havoc",
"text": "Flip a coin until you get tails. For each heads, discard the top card from your opponent's deck.",
"damage": "40"
},
{
"cost": [
"Water",
"Water",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 5,
"name": "Dragon Beat",
"text": "Flip a coin. If heads, discard an Energy card from each of your opponent's Pokémon.",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+30"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 8.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.5
},
{
"condition": "HP",
"price": 7.97
},
{
"condition": "DMG",
"price": 4.05
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 225,
"low": 191.25,
"high": 258.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 52,
"low": 44.2,
"high": 59.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 20,
"low": 20,
"high": 47.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 74.99,
"low": 63.74,
"high": 86.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 271,
"low": 230.35,
"high": 311.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "3",
"value": 23.14,
"low": 23.14,
"high": 23.14,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "5",
"value": 23.6,
"low": 27.99,
"high": 27.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 23.25,
"low": 29.99,
"high": 29.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 86.93,
"low": 25,
"high": 99.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T03:21:59.926Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}