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

Search your deck for up to 2 Gastrodon and put them onto your Bench as Basic Pokémon. Put 2 damage counters on each of them. Shuffle your deck afterward.
/api/v1/pokemon/cards/pt2_ja-23?include=prices 200 17ms{
"success": true,
"data": {
"id": "pt2_ja-23",
"name": "Gastrodon East Sea",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/23.large.webp"
}
],
"expansion": {
"id": "pt2_ja",
"name": "Bonds to the End of Time",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "Platinum",
"code": "PT2",
"printed_total": 90,
"release_date": "2008/12/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt2_ja.symbol.png",
"translation": {
"en": {
"name": "Bonds to the End of Time"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt2_ja/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"abilities": [
{
"name": "Sticky Hold",
"text": "If Gastrodon East Sea is switched or retreats to your Bench, move as many Energy cards attached to Gastrodon East Sea as you like to the new Active Pokémon.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Calling Wave",
"text": "Search your deck for up to 2 Gastrodon and put them onto your Bench as Basic Pokémon. Put 2 damage counters on each of them. Shuffle your deck afterward."
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wave Splash",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "+30"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 1.88,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.88
},
{
"condition": "HP",
"price": 0.5
},
{
"condition": "DMG",
"price": 1.5
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:34:38.611Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}