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 his or her Active Pokémon with 1 of his or her Benched Pokémon.
/api/v1/pokemon/cards/xy8b_ja-38?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy8b_ja-38",
"name": "Snubbull",
"number": "38",
"printed_number": "38",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/38.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/38.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/38.large.webp"
}
],
"expansion": {
"id": "xy8b_ja",
"name": "Blue Shock",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY8",
"printed_total": 59,
"release_date": "2015/09/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8b_ja.symbol.png",
"translation": {
"en": {
"name": "Blue Shock"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "604045",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/38.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/38.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/38.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fairy"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Roar",
"text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon."
},
{
"cost": [
"Fairy",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Bite",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "usually",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 3.64,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.64
},
{
"condition": "LP",
"price": 3.29
}
],
"graded": [],
"market_updated_at": "2026-08-10T03:27:20.367Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}