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 tails, this attack does nothing.
/api/v1/pokemon/cards/bw7-95?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw7-95",
"name": "Skarmory",
"number": "95",
"printed_number": "95",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/95.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/95.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/95.large.webp"
}
],
"expansion": {
"id": "bw7",
"name": "Boundaries Crossed",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "BCR",
"printed_total": 149,
"release_date": "2012/11/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89244",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/95.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/95.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/95.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "80",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Claw",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "20"
},
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Drill Peck",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.48,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.48
},
{
"condition": "LP",
"price": 0.37
},
{
"condition": "MP",
"price": 0.11
},
{
"condition": "DMG",
"price": 0.37
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:47:48.827Z",
"trend_7d": {
"direction": "up",
"percent": 2.13
}
}
}
}