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

Flip 2 coins. This attack does 30 more damage for each heads.
/api/v1/pokemon/cards/bw5d_ja-3?include=prices 200 19ms{
"success": true,
"data": {
"id": "bw5d_ja-3",
"name": "Jumpluff",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/3.large.webp"
}
],
"expansion": {
"id": "bw5d_ja",
"name": "Dragon Blade",
"total": 55,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW5",
"printed_total": 50,
"release_date": "2012/03/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
"translation": {
"en": {
"name": "Dragon Blade"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601536",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/3.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/3.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/3.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Grass"
],
"hp": "90",
"abilities": [
{
"name": "Leave It to the Wind",
"text": "Once during your turn (before your attack), you may return this Pokémon and all cards attached to it to your hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Acrobatics",
"text": "Flip 2 coins. This attack does 30 more damage for each heads.",
"damage": "20+"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Non",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 2.9,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.9
}
],
"graded": [],
"market_updated_at": "2026-06-04T03:17:33.485Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}