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

← Double Crisis
Aqua Diffuser

Aqua Diffuser

Uncommon #23 Trainer Pokémon Tool
Illustrator
Toyste Beach
Expansion
Double Crisis · XY
Language
English
TCGplayer
97069

Attacks

Aqua Diffuser
Water

Your opponent's Active Pokémon is now Confused and Poisoned.

GET /api/v1/pokemon/cards/dc1-23?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-23",
    "name": "Aqua Diffuser",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/23.large.webp"
      }
    ],
    "expansion": {
      "id": "dc1",
      "name": "Double Crisis",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "DCR",
      "printed_total": 34,
      "release_date": "2015/03/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97069",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Aqua Diffuser",
        "text": "Your opponent's Active Pokémon is now Confused and Poisoned."
      }
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.69
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "MP",
          "price": 0.34
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}