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

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.
Flip a coin. If heads, this attack does 10 more damage.
/api/v1/pokemon/cards/bw9_ja-46?include=prices 200 12ms{
"success": true,
"data": {
"id": "bw9_ja-46",
"name": "Houndour",
"number": "46",
"printed_number": "46",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/46.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/46.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/46.large.webp"
}
],
"expansion": {
"id": "bw9_ja",
"name": "Megalo Cannon",
"total": 86,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW9",
"printed_total": 76,
"release_date": "2013/03/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
"translation": {
"en": {
"name": "Megalo Cannon"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "602736",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/46.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/46.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/46.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Roar",
"text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon."
},
{
"cost": [
"Darkness",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Ambush",
"text": "Flip a coin. If heads, this attack does 10 more damage.",
"damage": "20+"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 2.68,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.68
},
{
"condition": "LP",
"price": 2
},
{
"condition": "MP",
"price": 2
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 35,
"low": 29.75,
"high": 40.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 33,
"low": 28.05,
"high": 37.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-06-17T04:10:12.684Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}