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

Discard the top card of your opponent's deck.
Shuffle a card from your discard pile into your deck.
/api/v1/pokemon/cards/xy_ja-107?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy_ja-107",
"name": "Bunnelby",
"number": "107",
"printed_number": "107",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/107.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/107.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/107.large.webp"
}
],
"expansion": {
"id": "xy_ja",
"name": "The Best of XY",
"total": 188,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY",
"printed_total": 171,
"release_date": "2017/04/21",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy_ja.symbol.png",
"translation": {
"en": {
"name": "The Best of XY"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "598727",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/107.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/107.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy_ja/107.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "60",
"abilities": [
{
"name": "Ω Barrage",
"text": "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)",
"type": "Ancient Trait"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Burrow",
"text": "Discard the top card of your opponent's deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Rototiller",
"text": "Shuffle a card from your discard pile into your deck."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Hitoshi Ariga",
"pricing": {
"currency": "USD",
"market": 1.98,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.98
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 70,
"low": 59.5,
"high": 80.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 26,
"low": 26,
"high": 26,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:03:31.772Z",
"trend_7d": {
"direction": "up",
"percent": 11.86
}
}
}
}