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

Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card.
Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.
/api/v1/pokemon/cards/hgss3-56vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "hgss3-56vrh",
"name": "Mawile",
"number": "56",
"printed_number": "56",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/56vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/56vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/56vrh.large.webp"
}
],
"expansion": {
"id": "hgss3",
"name": "HS—Undaunted",
"total": 91,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UD",
"printed_total": 90,
"release_date": "2010/08/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87263",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/56vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/56vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/56vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Selfish Draw",
"text": "Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card."
},
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Destructive Jaw",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "TOKIYA",
"pricing": {
"currency": "USD",
"market": 5.63,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.63
},
{
"condition": "LP",
"price": 3.49
},
{
"condition": "MP",
"price": 2.29
},
{
"condition": "HP",
"price": 0.88
},
{
"condition": "DMG",
"price": 0.67
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 100,
"low": 85,
"high": 115,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 13,
"low": 13,
"high": 18.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 13.5,
"low": 11.48,
"high": 15.52,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 16.5,
"low": 14.03,
"high": 18.97,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 39,
"low": 33.15,
"high": 44.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-13T06:28:24.388Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}