Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

If your opponent's Active Pokémon is Poisoned, this attack does 60 more damage.
/api/v1/pokemon/cards/swsh1-51vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "swsh1-51vrh",
"name": "Qwilfish",
"number": "51",
"printed_number": "51",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/51vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/51vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/51vrh.large.webp"
}
],
"expansion": {
"id": "swsh1",
"name": "Sword & Shield",
"total": 216,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SSH",
"printed_total": 202,
"release_date": "2020/02/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "208349",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/51vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/51vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/51vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "90",
"abilities": [
{
"name": "Poison Point",
"text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Poisoned.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Venoshock",
"text": "If your opponent's Active Pokémon is Poisoned, this attack does 60 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 0.42,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.42
},
{
"condition": "LP",
"price": 0.28
},
{
"condition": "MP",
"price": 0.24
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:14:03.757Z",
"trend_7d": {
"direction": "down",
"percent": -2.33
}
}
}
}