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 heal 30 damage from this Pokémon.
/api/v1/pokemon/cards/bw4-7?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw4-7",
"name": "Simisage",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/7.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": "89223",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "90",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw 3 cards."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Stadium Drain",
"text": "If there is any Stadium card in play, this attack does 30 more damage and heal 30 damage from this Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "kawayoo",
"pricing": {
"currency": "USD",
"market": 0.55,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.55
},
{
"condition": "LP",
"price": 0.35
},
{
"condition": "MP",
"price": 0.21
},
{
"condition": "HP",
"price": 0.37
},
{
"condition": "DMG",
"price": 0.19
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:27:14.502Z",
"trend_7d": {
"direction": "down",
"percent": -1.79
}
}
}
}