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

The Defending Pokémon is now Asleep.
Glalie does 10 damage to itself.
/api/v1/pokemon/cards/ex16-30?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex16-30",
"name": "Glalie",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/30.large.webp"
}
],
"expansion": {
"id": "ex16",
"name": "Power Keepers",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "PK",
"printed_total": 108,
"release_date": "2007/02/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85754",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/30.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/30.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/30.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "80",
"abilities": [
{
"name": "Synergy Effect",
"text": "If Glacia's Stadium is in play, any damage done to Glalie by attacks from your opponent's Pokémon is reduced by 30 (after applying Weakness and Resistance).",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Powder Snow",
"text": "The Defending Pokémon is now Asleep.",
"damage": "20"
},
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Double-edge",
"text": "Glalie does 10 damage to itself.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 1.05,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.05
},
{
"condition": "LP",
"price": 0.48
},
{
"condition": "MP",
"price": 0.52
},
{
"condition": "HP",
"price": 0.32
},
{
"condition": "DMG",
"price": 0.23
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 92.08,
"low": 138,
"high": 138,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 12.5,
"low": 10.63,
"high": 14.37,
"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": 1
}
],
"market_updated_at": "2026-09-22T02:09:57.202Z",
"trend_7d": {
"direction": "down",
"percent": -3.67
}
}
}
}