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 tails, this attack does nothing.
Discard a Water Energy card attached to Staryu and remove 4 damage counters from Staryu (all if there are less than 4).
/api/v1/pokemon/cards/pcg6_ja-23?include=prices 200 17ms{
"success": true,
"data": {
"id": "pcg6_ja-23",
"name": "Staryu",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/23.large.webp"
}
],
"expansion": {
"id": "pcg6_ja",
"name": "Holon Research Tower",
"total": 86,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 86,
"release_date": "2005/10/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg6_ja.symbol.png",
"translation": {
"en": {
"name": "Holon Research Tower"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "611369",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg6_ja/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Surprise Attack",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "20"
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Recover",
"text": "Discard a Water Energy card attached to Staryu and remove 4 damage counters from Staryu (all if there are less than 4)."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Hisao Nakamura",
"pricing": {
"currency": "USD",
"market": 2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2
},
{
"condition": "LP",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 22.5,
"low": 19.13,
"high": 25.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:50:26.302Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}