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.
Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like.
/api/v1/pokemon/cards/xy7_ja-4?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy7_ja-4",
"name": "Bellossom",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/4.large.webp"
}
],
"expansion": {
"id": "xy7_ja",
"name": "Bandit Ring",
"total": 97,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY7",
"printed_total": 81,
"release_date": "2015/06/20",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.symbol.png",
"translation": {
"en": {
"name": "Bandit Ring"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603908",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Grass"
],
"hp": "120",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Windmill",
"text": "Switch this Pokémon with 1 of your Benched Pokémon.",
"damage": "20"
},
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Flower Tornado",
"text": "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 3.57,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.57
},
{
"condition": "MP",
"price": 1.39
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 52.88,
"low": 47.38,
"high": 56.18,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-06-18T04:12:47.289Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}