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

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.
/api/v1/pokemon/cards/pl3-106vs?include=prices 200 15ms{
"success": true,
"data": {
"id": "pl3-106vs",
"name": "Gible (Staff Stamp)",
"number": "106",
"printed_number": "106",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-106vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-106vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-106vs.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "164210",
"variants": [
{
"name": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-106vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-106vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3-106vs.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Sand Attack",
"text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Bite",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Colorless",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Kanako Eo",
"pricing": {
"currency": "USD",
"market": 65,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 65
},
{
"condition": "LP",
"price": 49.49
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 43.2,
"low": 36.72,
"high": 49.68,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 91.2,
"low": 77.52,
"high": 104.88,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 400,
"low": 340,
"high": 460,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-28T17:36:43.661Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}