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

This Pokémon also does 30 damage to itself.
/api/v1/pokemon/cards/swsh5-118?include=prices 200 20ms{
"success": true,
"data": {
"id": "swsh5-118",
"name": "Bouffalant",
"number": "118",
"printed_number": "118",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/118.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/118.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/118.large.webp"
}
],
"expansion": {
"id": "swsh5",
"name": "Battle Styles",
"total": 183,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "BST",
"printed_total": 163,
"release_date": "2021/03/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "234160",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/118.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/118.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/118.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "120",
"abilities": [
{
"name": "Sap Sipper",
"text": "This Pokémon's attacks do 60 more damage to your opponent's Grass Pokémon (before applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Head Charge",
"text": "This Pokémon also does 30 damage to itself.",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "nagimiso",
"pricing": {
"currency": "USD",
"market": 0.17,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.17
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:32:24.653Z",
"trend_7d": {
"direction": "up",
"percent": 6.25
}
}
}
}