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 Poisoned.
Flip a coin until you get tails. This attack does 20 damage times the number of heads you get.
/api/v1/pokemon/cards/neo3_ja-15?include=prices 200 17ms{
"success": true,
"data": {
"id": "neo3_ja-15",
"name": "Qwilfish",
"number": "211",
"printed_number": "211",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-15.large.webp"
}
],
"expansion": {
"id": "neo3_ja",
"name": "Awakening Legends",
"total": 57,
"language": "Japanese",
"language_code": "ja",
"series": "Neo",
"printed_total": 57,
"release_date": "2000/11/23",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo3_ja.symbol.png",
"translation": {
"en": {
"name": "Awakening Legends"
}
}
},
"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/neo3_ja-15.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-15.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3_ja-15.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Poison Sting",
"text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Needle Storm",
"text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads you get.",
"damage": "20×"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 2.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.99
},
{
"condition": "LP",
"price": 0.86
},
{
"condition": "MP",
"price": 0.7
},
{
"condition": "DMG",
"price": 0.34
}
],
"graded": [
{
"company": "CGC",
"grade": "3",
"value": 0.99,
"low": 0.84,
"high": 1.14,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 43,
"low": 34.5,
"high": 43,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 13.9,
"low": 20.5,
"high": 20.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "SGC",
"grade": "8.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:47:12.814Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}