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

Look at your opponent's hand.
Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage.
/api/v1/pokemon/cards/gym2-94v1e?include=prices 200 22ms{
"success": true,
"data": {
"id": "gym2-94v1e",
"name": "Sabrina's Abra",
"number": "94",
"printed_number": "94",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/94v1e.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/94v1e.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/94v1e.large.webp"
}
],
"expansion": {
"id": "gym2-1st-edition",
"name": "Gym Challenge 1st Edition",
"total": 132,
"language": "English",
"language_code": "en",
"series": "Gym",
"printed_total": 132,
"release_date": "2000/10/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88865",
"variants": [
{
"name": "firstEdition",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/94v1e.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/94v1e.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/94v1e.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Psyscan",
"text": "Look at your opponent's hand."
},
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Quick Attack",
"text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage.",
"damage": "10+"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 12.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 12.01
},
{
"condition": "LP",
"price": 6.47
},
{
"condition": "MP",
"price": 3.25
},
{
"condition": "HP",
"price": 2.32
},
{
"condition": "DMG",
"price": 3.05
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 65,
"low": 55.25,
"high": 74.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 13.35,
"low": 14.99,
"high": 14.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 175,
"low": 150,
"high": 200,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 17.93,
"low": 21.5,
"high": 21.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 18.72,
"low": 17.16,
"high": 17.16,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 39.44,
"low": 35.89,
"high": 39.88,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 69.99,
"low": 48.98,
"high": 80.4,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-21T02:48:56.915Z",
"trend_7d": {
"direction": "down",
"percent": -4
}
}
}
}