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

Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.
Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/ex14-23vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex14-23vrh",
"name": "Loudred",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/23vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/23vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/23vrh.large.webp"
}
],
"expansion": {
"id": "ex14",
"name": "Crystal Guardians",
"total": 100,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "CG",
"printed_total": 100,
"release_date": "2006/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex14.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86842",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/23vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/23vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex14/23vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Surprise",
"text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Bass Control",
"text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 11.42,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.42
},
{
"condition": "LP",
"price": 6.65
},
{
"condition": "MP",
"price": 4.87
},
{
"condition": "HP",
"price": 2.28
},
{
"condition": "DMG",
"price": 1.84
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 129.92,
"low": 149.99,
"high": 149.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "6.5",
"value": 20.5,
"low": 17.43,
"high": 23.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 30.5,
"low": 24,
"high": 37,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 41,
"low": 34.85,
"high": 47.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "1",
"value": 12.5,
"low": 12.5,
"high": 12.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 215,
"low": 145,
"high": 215,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 14.75,
"low": 12.54,
"high": 16.96,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 14.5,
"low": 12.33,
"high": 16.67,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 99.82,
"low": 110.59,
"high": 131.29,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T03:29:46.787Z",
"trend_7d": {
"direction": "up",
"percent": 12.4
}
}
}
}