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, the Defending Pokémon is now Paralyzed.
/api/v1/pokemon/cards/bw3h_ja-23?include=prices 200 19ms{
"success": true,
"data": {
"id": "bw3h_ja-23",
"name": "Pikachu",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/23.large.webp"
}
],
"expansion": {
"id": "bw3h_ja",
"name": "Hail Blizzard",
"total": 57,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW3",
"printed_total": 52,
"release_date": "2011/09/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw3h_ja.symbol.png",
"translation": {
"en": {
"name": "Hail Blizzard"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601092",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3h_ja/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Thundershock",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tail Whap",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 11.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.5
},
{
"condition": "MP",
"price": 6.99
},
{
"condition": "HP",
"price": 2.13
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 114.5,
"low": 109,
"high": 134,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 28,
"low": 23.8,
"high": 32.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 36.58,
"low": 19.72,
"high": 60.12,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "9",
"value": 54.15,
"low": 67.48,
"high": 73.28,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T03:15:47.730Z",
"trend_7d": {
"direction": "down",
"percent": -23.28
}
}
}
}