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

← Sword
Air Balloon

Air Balloon

Ultra Rare #75 Trainer ItemPokémon Tool
Illustrator
Yoshinobu Saito
Expansion
Sword · Sword & Shield
Language
Japanese
TCGplayer
568588
GET /api/v1/pokemon/cards/swsh1w_ja-75vh?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1w_ja-75vh",
    "name": "Air Balloon",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/75vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1w_ja",
      "name": "Sword",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1W",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568588",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "Pokémon Tool"
    ],
    "rarity": "Ultra Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 82.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 82.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.4,
          "low": 50.49,
          "high": 68.31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:04:24.151Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}