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/bw6f_ja-53?include=prices 200 18ms{
"success": true,
"data": {
"id": "bw6f_ja-53",
"name": "Audino",
"number": "53",
"printed_number": "53",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/53.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/53.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/53.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": "601593",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/53.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/53.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/53.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "80",
"abilities": [
{
"name": "Busybody",
"text": "Once during your turn (before your attack), if this Pokémon is in your hand, you may reveal it. If you do, heal 10 damage and remove a Special Condition from your Active Pokémon. Then, discard this Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hip Bump",
"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.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 0.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.99
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 33,
"low": 28.05,
"high": 37.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-16T03:29:43.437Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}