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 a Fighting Energy card from your discard pile to 1 of your Benched Pokémon.
/api/v1/pokemon/cards/sm11-124vrh?include=prices 200 13ms{
"success": true,
"data": {
"id": "sm11-124vrh",
"name": "Zygarde",
"number": "124",
"printed_number": "124",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/124vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/124vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/124vrh.large.webp"
}
],
"expansion": {
"id": "sm11",
"name": "Unified Minds",
"total": 261,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNM",
"printed_total": 236,
"release_date": "2019/08/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "195081",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/124vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/124vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/124vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "90",
"abilities": [
{
"name": "Cellular Companions",
"text": "As long as this Pokémon is on your Bench, your Zygarde's and Zygarde-GX's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Boost Fang",
"text": "Attach a Fighting Energy card from your discard pile to 1 of your Benched Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Shigenori Negishi",
"pricing": {
"currency": "USD",
"market": 0.89,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.89
},
{
"condition": "LP",
"price": 0.73
},
{
"condition": "MP",
"price": 0.7
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:52:58.561Z",
"trend_7d": {
"direction": "up",
"percent": 1.14
}
}
}
}