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

Choose 1 face-down Prize card (yours or your opponent's) and put it face up. If that card is a Supporter card, use the effect of that card as the effect of this attack. (That card remains face up for the rest of the game.)
During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage.
/api/v1/pokemon/cards/dp4-24?include=prices 200 14ms{
"success": true,
"data": {
"id": "dp4-24",
"name": "Mawile",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/24.large.webp"
}
],
"expansion": {
"id": "dp4",
"name": "Great Encounters",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "GE",
"printed_total": 106,
"release_date": "2008/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87261",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/24.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "70",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Pick Out",
"text": "Choose 1 face-down Prize card (yours or your opponent's) and put it face up. If that card is a Supporter card, use the effect of that card as the effect of this attack. (That card remains face up for the rest of the game.)"
},
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Jaw Bite",
"text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 6.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.5
},
{
"condition": "LP",
"price": 4.85
},
{
"condition": "MP",
"price": 2.91
},
{
"condition": "HP",
"price": 3.68
},
{
"condition": "DMG",
"price": 2.57
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 26.5,
"low": 22.53,
"high": 30.48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 14.5,
"low": 12.33,
"high": 16.67,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 200,
"low": 170,
"high": 230,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:43:18.271Z",
"trend_7d": {
"direction": "up",
"percent": 5.18
}
}
}
}