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

Your opponent's Active Pokémon is now Asleep.
/api/v1/pokemon/cards/swsh12-12?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh12-12",
"name": "Amoonguss",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/12.large.webp"
}
],
"expansion": {
"id": "swsh12",
"name": "Silver Tempest",
"total": 215,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SIT",
"printed_total": 195,
"release_date": "2022/11/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "451633",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "90",
"abilities": [
{
"name": "Surprise Spores",
"text": "During your opponent's turn, if this Pokémon is discarded from your hand by an effect of an attack or Ability from your opponent's Pokémon, or by an effect of your opponent's Item or Supporter cards, discard your opponent's hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hypno Hammer",
"text": "Your opponent's Active Pokémon is now Asleep.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "GOSSAN",
"pricing": {
"currency": "USD",
"market": 0.09,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.09
},
{
"condition": "HP",
"price": 0.02
}
],
"graded": [],
"market_updated_at": "2026-09-21T18:50:43.033Z",
"trend_7d": {
"direction": "up",
"percent": 12.5
}
}
}
}