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 this Pokémon has any Fighting Energy attached to it, this attack does 30 more damage.
/api/v1/pokemon/cards/bw9-22?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw9-22",
"name": "Quagsire",
"number": "22",
"printed_number": "22",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/22.large.webp"
}
],
"expansion": {
"id": "bw9",
"name": "Plasma Freeze",
"total": 122,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLF",
"printed_total": 116,
"release_date": "2013/05/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88474",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/22.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "100",
"abilities": [
{
"name": "Laid-Back",
"text": "Any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Mud Gun",
"text": "If this Pokémon has any Fighting Energy attached to it, this attack does 30 more damage.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 5.38,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.38
},
{
"condition": "LP",
"price": 2.87
},
{
"condition": "MP",
"price": 2.25
},
{
"condition": "HP",
"price": 2.58
},
{
"condition": "DMG",
"price": 1.37
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 24.95,
"low": 21.21,
"high": 28.69,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "up",
"percent": 5.7
}
}
}
}