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 an Energy card and attach it to Steelix.
You may discard any Stadium card in play.
/api/v1/pokemon/cards/l2_ja-47?include=prices 200 18ms{
"success": true,
"data": {
"id": "l2_ja-47",
"name": "Steelix",
"number": "47",
"printed_number": "47",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/47.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/47.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/47.large.webp"
}
],
"expansion": {
"id": "l2_ja",
"name": "Reviving Legends",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L2",
"printed_total": 80,
"release_date": "2010/02/11",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
"translation": {
"en": {
"name": "Reviving Legends"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/47.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/47.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/47.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"Prime"
],
"types": [
"Metal"
],
"abilities": [
{
"name": "Perfect Metal",
"text": "Steelix can't be affected by any Special Conditions.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Energy Stream",
"text": "Search your discard pile for an Energy card and attach it to Steelix.",
"damage": "30"
},
{
"cost": [
"Metal",
"Metal",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 5,
"name": "Gaia Crush",
"text": "You may discard any Stadium card in play.",
"damage": "100"
}
],
"rarity": "Common",
"artist": "Wataru Kawahara",
"pricing": {
"currency": "USD",
"market": 60.9,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 60.9
}
],
"graded": [
{
"company": "BGS",
"grade": "9",
"value": 53,
"low": 45.05,
"high": 60.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 513.83,
"low": 553.9,
"high": 817.1,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9",
"value": 45.5,
"low": 45.5,
"high": 47.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 715,
"low": 710,
"high": 1574.83,
"confidence": "high",
"value_kind": "sold",
"sold_count": 23,
"trend": {
"direction": "down",
"percent": -35.5
}
},
{
"company": "PSA",
"grade": "7",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 119.5,
"low": 62.6,
"high": 160,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6,
"trend": {
"direction": "up",
"percent": 8.6
}
},
{
"company": "PSA",
"grade": "8",
"value": 120,
"low": 88,
"high": 120,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-08-10T06:02:35.259Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}