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 2 coins. This attack does 50 damage times the number of heads.
/api/v1/pokemon/cards/bw2-5vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw2-5vrh",
"name": "Swadloon",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/5vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/5vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/5vrh.large.webp"
}
],
"expansion": {
"id": "bw2",
"name": "Emerging Powers",
"total": 98,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "EPO",
"printed_total": 98,
"release_date": "2011/08/31",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89665",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/5vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/5vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/5vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Gnaw",
"damage": "20"
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Double Razor Leaf",
"text": "Flip 2 coins. This attack does 50 damage times the number of heads.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 0.9,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.9
},
{
"condition": "LP",
"price": 0.85
},
{
"condition": "MP",
"price": 0.74
},
{
"condition": "HP",
"price": 0.5
},
{
"condition": "DMG",
"price": 0.4
}
],
"graded": [
{
"company": "CGC",
"grade": "9.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:43:24.154Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}