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

← Rulers of the Heavens
Balloon Berry

Balloon Berry

Non #53 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Rulers of the Heavens · ADV
Language
Japanese
TCGplayer
613006
GET /api/v1/pokemon/cards/adv3_ja-53?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv3_ja-53",
    "name": "Balloon Berry",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/53.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/53.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/53.large.webp"
      }
    ],
    "expansion": {
      "id": "adv3_ja",
      "name": "Rulers of the Heavens",
      "total": 54,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 54,
      "release_date": "2003/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rulers of the Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613006",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/53.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/53.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv3_ja/53.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Non",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 1.99
        },
        {
          "condition": "MP",
          "price": 1.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:31:53.314Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}