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

Switch this Pokémon with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/xy8b_ja-12?include=prices 200 15ms{
"success": true,
"data": {
"id": "xy8b_ja-12",
"name": "Remoraid",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/12.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": "604038",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8b_ja/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Wild River",
"text": "Switch this Pokémon with 1 of your Benched Pokémon."
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Water Gun",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 1.36,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.36
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-14T05:12:19.715Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}