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 and Poisoned.
/api/v1/pokemon/cards/pcg3_ja-28?include=prices 200 17ms{
"success": true,
"data": {
"id": "pcg3_ja-28",
"name": "Qwilfish",
"number": "28",
"printed_number": "28",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/28.large.webp"
}
],
"expansion": {
"id": "pcg3_ja",
"name": "Rocket Gang Strikes Back",
"total": 85,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 84,
"release_date": "2004/10/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg3_ja.symbol.png",
"translation": {
"en": {
"name": "Rocket Gang Strikes Back"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "613151",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/28.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/28.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg3_ja/28.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"abilities": [
{
"name": "Spiny",
"text": "If Qwilfish is your Active Pokémon and is damaged by an opponent's attack (even if Qwilfish is Knocked Out), flip a coin until you get tails. For each heads, put 1 damage counter on the Attacking Pokémon.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Stun Poison",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 6,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6
}
],
"graded": [],
"market_updated_at": "2026-07-16T03:28:53.718Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}