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 times the number of damage counters on Seaking.
/api/v1/pokemon/cards/dp1_ja-136?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp1_ja-136",
"name": "Seaking",
"number": "136",
"printed_number": "136",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-136.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-136.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-136.large.webp"
}
],
"expansion": {
"id": "dp1_ja",
"name": "Space Time Creation",
"total": 130,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP1",
"printed_total": 130,
"release_date": "2006/11/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
"translation": {
"en": {
"name": "Space Time Creation"
}
}
},
"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/dp1_ja-136.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-136.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-136.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Flail",
"text": "Does 10 damage times the number of damage counters on Seaking.",
"damage": "10×"
},
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Horn Drill",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"rarity": "Non",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 3.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.49
},
{
"condition": "MP",
"price": 1
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-10T05:46:23.160Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}