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. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage).
Flip 2 coins. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/base3_ja-18?include=prices 200 20ms{
"success": true,
"data": {
"id": "base3_ja-18",
"name": "Cloyster",
"number": "91",
"printed_number": "91",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-18.large.webp"
}
],
"expansion": {
"id": "base3_ja",
"name": "Mystery of the Fossils",
"total": 48,
"language": "Japanese",
"language_code": "ja",
"series": "Original",
"printed_total": 48,
"release_date": "1997/06/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base3_ja.symbol.png",
"translation": {
"en": {
"name": "Mystery of the Fossils"
}
}
},
"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/base3_ja-18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-18.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Clamp",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage).",
"damage": "30"
},
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Spike Cannon",
"text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
"damage": "30×"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 3.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.99
},
{
"condition": "LP",
"price": 1.01
},
{
"condition": "MP",
"price": 0.64
},
{
"condition": "HP",
"price": 0.31
},
{
"condition": "DMG",
"price": 0.17
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 39.5,
"low": 29,
"high": 50,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9.87,
"low": 8.43,
"high": 9.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 29.92,
"low": 29.84,
"high": 29.84,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 115,
"low": 61.99,
"high": 575.6,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 33.4,
"low": 29,
"high": 29,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 12.15,
"low": 10.5,
"high": 10.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 45.35,
"low": 39.8,
"high": 78.2,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T02:30:34.714Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}