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

This attack does 10 more damage for each card in your hand.
During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).
/api/v1/pokemon/cards/xy7-50?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy7-50",
"name": "Metagross",
"number": "50",
"printed_number": "50",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/50.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/50.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/50.large.webp"
}
],
"expansion": {
"id": "xy7",
"name": "Ancient Origins",
"total": 101,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "AOR",
"printed_total": 98,
"release_date": "2015/08/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "101472",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/50.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/50.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/50.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Metal"
],
"hp": "150",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Machine Gun Stomp",
"text": "This attack does 10 more damage for each card in your hand.",
"damage": "20"
},
{
"cost": [
"Metal",
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Guard Press",
"text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Hitoshi Ariga",
"pricing": {
"currency": "USD",
"market": 5.22,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.22
},
{
"condition": "LP",
"price": 2.16
},
{
"condition": "MP",
"price": 1.32
},
{
"condition": "HP",
"price": 0.85
},
{
"condition": "DMG",
"price": 0.72
}
],
"graded": [
{
"company": "ACE",
"grade": "8",
"value": 18.12,
"low": 15.4,
"high": 20.84,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6.5",
"value": 4.5,
"low": 3.83,
"high": 5.18,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 10.8,
"low": 9.18,
"high": 12.42,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 305,
"low": 259.25,
"high": 350.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 23.5,
"low": 19.97,
"high": 27.03,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:21:33.519Z",
"trend_7d": {
"direction": "flat",
"percent": 0.19
}
}
}
}