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 Burned.
/api/v1/pokemon/cards/bw4-16vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw4-16vrh",
"name": "Simisear",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/16vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/16vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/16vrh.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": "89228",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/16vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/16vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/16vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "90",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw 3 cards."
},
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Stadium Burn",
"text": "If there is any Stadium card in play, this attack does 30 more damage and the Defending Pokémon is now Burned.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.79,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.79
},
{
"condition": "LP",
"price": 0.52
},
{
"condition": "MP",
"price": 0.37
},
{
"condition": "HP",
"price": 0.34
}
],
"graded": [
{
"company": "PSA",
"grade": "5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:27:14.502Z",
"trend_7d": {
"direction": "up",
"percent": 12.86
}
}
}
}