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

Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.
/api/v1/pokemon/cards/xy_ja-174?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy_ja-174",
"name": "M Manectric-EX",
"number": "174",
"printed_number": "174",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/174.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/174.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/174.large.webp"
}
],
"expansion": {
"id": "xy_ja",
"name": "The Best of XY",
"total": 188,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY",
"printed_total": 171,
"release_date": "2017/04/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
"translation": {
"en": {
"name": "The Best of XY"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "598867",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/174.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/174.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/174.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"MEGA",
"EX"
],
"types": [
"Lightning"
],
"attacks": [
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Turbo Bolt",
"text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.",
"damage": "110"
}
],
"rarity": "Common",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 98,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 98
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 132.5,
"low": 112.63,
"high": 152.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 203.5,
"low": 197.1,
"high": 256.7,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 129.95,
"low": 66.79,
"high": 169.99,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T03:58:34.885Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}