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

Attach up to 2 Fire Energy cards from your discard pile to your Pokémon in any way you like.
/api/v1/pokemon/cards/swsh12-23?include=prices 200 15ms{
"success": true,
"data": {
"id": "swsh12-23",
"name": "Victini",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/23.large.webp"
}
],
"expansion": {
"id": "swsh12",
"name": "Silver Tempest",
"total": 215,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SIT",
"printed_total": 195,
"release_date": "2022/11/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "451654",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Assisting Flame",
"text": "Attach up to 2 Fire Energy cards from your discard pile to your Pokémon in any way you like.",
"damage": "20"
},
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Flare",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "GOSSAN",
"pricing": {
"currency": "USD",
"market": 0.22,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.22
},
{
"condition": "LP",
"price": 0.19
},
{
"condition": "MP",
"price": 0.03
},
{
"condition": "HP",
"price": 0.06
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 338,
"low": 287.3,
"high": 388.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:01:10.483Z",
"trend_7d": {
"direction": "up",
"percent": 4.76
}
}
}
}