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

Search your deck for up to 3 Basic Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.
/api/v1/pokemon/cards/me1-28vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me1-28vrh",
"name": "Cinderace",
"number": "28",
"printed_number": "28",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vrh.large.webp"
}
],
"expansion": {
"id": "me1",
"name": "Mega Evolution",
"total": 188,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEG",
"printed_total": 132,
"release_date": "2025/09/26",
"logo": "https://images.scrydex.com/pokemon/me1-logo/logo",
"symbol": "https://images.scrydex.com/pokemon/me1-symbol/symbol"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "654367",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me1/28vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fire"
],
"hp": "160",
"abilities": [
{
"name": "Explosiveness",
"text": "If this Pokémon is in your hand when you are setting up to play, you may put it face down in the Active Spot.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Turbo Flare",
"text": "Search your deck for up to 3 Basic Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "REND",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.18
},
{
"condition": "MP",
"price": 0.13
},
{
"condition": "DMG",
"price": 0.1
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 10.26,
"low": 10.26,
"high": 10.26,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:28:58.540Z",
"trend_7d": {
"direction": "up",
"percent": 3.85
}
}
}
}