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

← Dragon Storm
Aqua Patch

Aqua Patch

Non #43 Trainer Item
Illustrator
Toyste Beach
Expansion
Dragon Storm · Sun & Moon
Language
Japanese
TCGplayer
573758
GET /api/v1/pokemon/cards/sm6a_ja-43?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6a_ja-43",
    "name": "Aqua Patch",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6a_ja",
      "name": "Dragon Storm",
      "total": 66,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM6a",
      "printed_total": 53,
      "release_date": "2018/04/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm6a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573758",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6a_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Non",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:53:19.825Z",
      "trend_7d": {
        "direction": "down",
        "percent": -26.92
      }
    }
  }
}