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 2 coins. For each heads, search your deck for a Grass Pokémon, show it to your opponent, and put it into your hand. If you do, shuffle your deck afterward.
/api/v1/pokemon/cards/hgss2-66vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "hgss2-66vrh",
"name": "Tropius",
"number": "66",
"printed_number": "66",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/66vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/66vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/66vrh.large.webp"
}
],
"expansion": {
"id": "hgss2",
"name": "HS—Unleashed",
"total": 96,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UL",
"printed_total": 95,
"release_date": "2010/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90061",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/66vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/66vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/66vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "80",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Green Call",
"text": "Flip 2 coins. For each heads, search your deck for a Grass Pokémon, show it to your opponent, and put it into your hand. If you do, shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Gust",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "match",
"pricing": {
"currency": "USD",
"market": 3.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.99
},
{
"condition": "LP",
"price": 1.64
},
{
"condition": "MP",
"price": 1.04
},
{
"condition": "HP",
"price": 0.57
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "4",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-16T04:21:56.158Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}