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 discard pile for a Metal Energy card and attach it to Metang.
/api/v1/pokemon/cards/advp_ja-63vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "advp_ja-63vh",
"name": "Metang",
"number": "63",
"printed_number": "63",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/63vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/63vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/63vh.large.webp"
}
],
"expansion": {
"id": "advp_ja",
"name": "ADV Promos",
"total": 63,
"language": "Japanese",
"language_code": "ja",
"series": "ADV",
"printed_total": 63,
"release_date": "2003/01/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
"translation": {
"en": {
"name": "ADV Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/63vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/63vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/63vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Metal Load",
"text": "Search your discard pile for a Metal Energy card and attach it to Metang."
},
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Metal Claw",
"damage": "30"
}
],
"rarity": "Promo",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 20.8,
"is_stale": true,
"conditions": [],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 270,
"low": 161,
"high": 310,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-31T02:31:54.883Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}