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, this attack does 10 damage plus 30 more damage. If tails, the Defending Pokémon is now Poisoned.
/api/v1/pokemon/cards/pl2-62?include=prices 200 18ms{
"success": true,
"data": {
"id": "pl2-62",
"name": "Gliscor E4",
"number": "62",
"printed_number": "62",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/62.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/62.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/62.large.webp"
}
],
"expansion": {
"id": "pl2",
"name": "Rising Rivals",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "RR",
"printed_total": 111,
"release_date": "2009/05/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85776",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/62.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/62.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/62.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"SP"
],
"types": [
"Fighting"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Irongrip",
"damage": "10"
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Loaded Needle",
"text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage. If tails, the Defending Pokémon is now Poisoned.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 0.34,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.34
},
{
"condition": "MP",
"price": 0.21
},
{
"condition": "HP",
"price": 0.26
},
{
"condition": "DMG",
"price": 0.13
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 53.5,
"low": 45.48,
"high": 61.53,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-19T04:43:13.596Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}