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 2 Energy cards and attach them to this Pokémon. Shuffle your deck afterward.
This attack's damage isn't affected by Resistance.
/api/v1/pokemon/cards/xy5g_ja-49vh?include=prices 200 24ms{
"success": true,
"data": {
"id": "xy5g_ja-49vh",
"name": "Excadrill",
"number": "49",
"printed_number": "49",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/49vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/49vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/49vh.large.webp"
}
],
"expansion": {
"id": "xy5g_ja",
"name": "Gaia Volcano",
"total": 80,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY5",
"printed_total": 70,
"release_date": "2014/12/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5g_ja.symbol.png",
"translation": {
"en": {
"name": "Gaia Volcano"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603664",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/49vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/49vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5g_ja/49vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "110",
"abilities": [
{
"name": "Ω Barrage",
"text": "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)",
"type": "Ancient Trait"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Dredge",
"text": "Search your deck for 2 Energy cards and attach them to this Pokémon. Shuffle your deck afterward."
},
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Mach Claw",
"text": "This attack's damage isn't affected by Resistance.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "PLANETA",
"pricing": {
"currency": "USD",
"market": 1.8,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.8
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-13T03:43:13.464Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}