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

Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward.
Flip a coin. If tails, this Pokémon does 30 damage to itself.
/api/v1/pokemon/cards/bw6f_ja-24vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw6f_ja-24vh",
"name": "Zebstrika",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/24vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/24vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/24vh.large.webp"
}
],
"expansion": {
"id": "bw6f_ja",
"name": "Freeze Bolt",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW6",
"printed_total": 59,
"release_date": "2012/07/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.symbol.png",
"translation": {
"en": {
"name": "Freeze Bolt"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601586",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/24vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/24vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/24vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "100",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Flame Charge",
"text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward."
},
{
"cost": [
"Lightning",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Thunder",
"text": "Flip a coin. If tails, this Pokémon does 30 damage to itself.",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 87.57,
"low": 138.38,
"high": 138.38,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-06-04T03:23:14.013Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}