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 a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.
This attack does 50 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.
/api/v1/pokemon/cards/swsh12a_ja-97?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh12a_ja-97",
"name": "Registeel",
"number": "97",
"printed_number": "97",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/97.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/97.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/97.large.webp"
}
],
"expansion": {
"id": "swsh12a_ja",
"name": "VSTAR Universe",
"total": 262,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S12a",
"printed_total": 172,
"release_date": "2022/12/02",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.symbol.png",
"translation": {
"en": {
"name": "VSTAR Universe"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "571635",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/97.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/97.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/97.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "130",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Regi Gate",
"text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Metal",
"Metal",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Heavy Slam",
"text": "This attack does 50 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
"damage": "220-"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Common",
"artist": "hatachu",
"pricing": {
"currency": "USD",
"market": 0.13,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.13
},
{
"condition": "LP",
"price": 0.03
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:14:42.883Z",
"trend_7d": {
"direction": "down",
"percent": -60.61
}
}
}
}