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

Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it. If the first coin is tails, Gyarados is now Confused.
/api/v1/pokemon/cards/dp2-26?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp2-26",
"name": "Gyarados",
"number": "26",
"printed_number": "26",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/26.large.webp"
}
],
"expansion": {
"id": "dp2",
"name": "Mysterious Treasures",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MT",
"printed_total": 123,
"release_date": "2007/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85993",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/26.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "120",
"abilities": [
{
"name": "Dragon DNA",
"text": "Gyarados can use any attack from its Basic Pokémon. (You still have to pay for that attack's Energy cost.) If Gyarados uses any attack from its Basic Pokémon, that attack does 30 more damage to the Defending Pokémon (before applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Water",
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Enrage",
"text": "Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it. If the first coin is tails, Gyarados is now Confused.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+30"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 14.67,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 14.67
},
{
"condition": "LP",
"price": 7.51
},
{
"condition": "MP",
"price": 4.04
},
{
"condition": "HP",
"price": 1.96
},
{
"condition": "DMG",
"price": 1.15
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 101.5,
"low": 91.75,
"high": 101.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "7",
"value": 15.99,
"low": 13.59,
"high": 18.39,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 65,
"low": 55.25,
"high": 74.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 285,
"low": 285,
"high": 936.47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 22.5,
"low": 19.13,
"high": 25.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8.5",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 47,
"low": 39.95,
"high": 54.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:30:25.245Z",
"trend_7d": {
"direction": "down",
"percent": -1.01
}
}
}
}