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

Shuffle your hand into your deck, then draw 5 cards.
Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage.
/api/v1/pokemon/cards/gym1-44v1e?include=prices 200 17ms{
"success": true,
"data": {
"id": "gym1-44v1e",
"name": "Erika's Exeggutor",
"number": "44",
"printed_number": "44",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/44v1e.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/44v1e.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/44v1e.large.webp"
}
],
"expansion": {
"id": "gym1-1st-edition",
"name": "Gym Heroes 1st Edition",
"total": 132,
"language": "English",
"language_code": "en",
"series": "Gym",
"printed_total": 132,
"release_date": "2000/08/14",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85294",
"variants": [
{
"name": "firstEdition",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/44v1e.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/44v1e.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/44v1e.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "70",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Psychic Exchange",
"text": "Shuffle your hand into your deck, then draw 5 cards."
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Stomp",
"text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage.",
"damage": "30+"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 7.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.99
},
{
"condition": "LP",
"price": 4.88
},
{
"condition": "MP",
"price": 3.55
},
{
"condition": "HP",
"price": 5.09
},
{
"condition": "DMG",
"price": 3.22
}
],
"graded": [
{
"company": "AGS",
"grade": "10",
"value": 179,
"low": 152.15,
"high": 205.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 19.99,
"low": 16.99,
"high": 22.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 19.23,
"low": 25,
"high": 25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 72,
"low": 61.2,
"high": 82.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "4",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 25.34,
"low": 27.62,
"high": 34.18,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:05:15.870Z",
"trend_7d": {
"direction": "up",
"percent": 2.44
}
}
}
}