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

Draw 3 cards.
If there is any Stadium card in play, this attack does 30 more damage and the Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/bw4-29vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw4-29vrh",
"name": "Simipour",
"number": "29",
"printed_number": "29",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/29vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/29vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/29vrh.large.webp"
}
],
"expansion": {
"id": "bw4",
"name": "Next Destinies",
"total": 103,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "NXD",
"printed_total": 99,
"release_date": "2012/02/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89219",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/29vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/29vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/29vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw 3 cards."
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Stadium Wave",
"text": "If there is any Stadium card in play, this attack does 30 more damage and the Defending Pokémon is now Asleep.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 0.53,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.53
},
{
"condition": "LP",
"price": 0.52
},
{
"condition": "MP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.37
},
{
"condition": "DMG",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 225,
"low": 191.25,
"high": 258.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 49.49,
"low": 42.07,
"high": 56.91,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:44:23.806Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}