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

Put 3 Fire Energy cards from your discard pile into your hand.
This attack does 10 damage times the number of cards in your hand.
/api/v1/pokemon/cards/xy8-6vrh?include=prices 200 24ms{
"success": true,
"data": {
"id": "xy8-6vrh",
"name": "Simisage",
"number": "6",
"printed_number": "6",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/6vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/6vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/6vrh.large.webp"
}
],
"expansion": {
"id": "xy8",
"name": "BREAKthrough",
"total": 165,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "BKT",
"printed_total": 162,
"release_date": "2015/11/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "107125",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/6vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/6vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/6vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Fire Fling",
"text": "Put 3 Fire Energy cards from your discard pile into your hand."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hand Fling",
"text": "This attack does 10 damage times the number of cards in your hand.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.53,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.53
},
{
"condition": "MP",
"price": 0.39
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 26.95,
"low": 22.91,
"high": 30.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:26:59.102Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}