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 a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.
If your opponent has 5 or more cards in his or her hand, your opponent discards a number of cards until your opponent has 4 cards left in his or her hand.
/api/v1/pokemon/cards/ex16-17vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex16-17vrh",
"name": "Mawile",
"number": "17",
"printed_number": "17",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/17vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/17vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/17vrh.large.webp"
}
],
"expansion": {
"id": "ex16",
"name": "Power Keepers",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "PK",
"printed_total": 108,
"release_date": "2007/02/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87260",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/17vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/17vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/17vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Pull Away",
"text": "If your opponent has 5 or more cards in his or her hand, your opponent discards a number of cards until your opponent has 4 cards left in his or her hand.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 18.88,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 18.88
},
{
"condition": "LP",
"price": 15.59
},
{
"condition": "MP",
"price": 8.67
},
{
"condition": "HP",
"price": 4.12
},
{
"condition": "DMG",
"price": 4.6
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8,
"low": 8,
"high": 8.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 900,
"low": 875,
"high": 900,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 24.99,
"low": 21.24,
"high": 28.74,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 27.02,
"low": 19.55,
"high": 31.92,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 27.97,
"low": 32.51,
"high": 32.51,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 18,
"high": 42,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:09:57.202Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}