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

Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.
/api/v1/pokemon/cards/xy5-7?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy5-7",
"name": "Grovyle",
"number": "7",
"printed_number": "7",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/7.large.webp"
}
],
"expansion": {
"id": "xy5",
"name": "Primal Clash",
"total": 164,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PRC",
"printed_total": 160,
"release_date": "2015/02/04",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "95891",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/7.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/7.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/7.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Pound",
"damage": "20"
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Agility",
"text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "match",
"pricing": {
"currency": "USD",
"market": 0.45,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.45
},
{
"condition": "LP",
"price": 0.34
},
{
"condition": "MP",
"price": 0.24
},
{
"condition": "HP",
"price": 0.24
},
{
"condition": "DMG",
"price": 0.3
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 7.51,
"low": 6.38,
"high": 8.64,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:39:04.249Z",
"trend_7d": {
"direction": "down",
"percent": -6.52
}
}
}
}