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

← Miracle of the Desert
Azumarill

Azumarill

Rare #17 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Miracle of the Desert · ADV
Language
Japanese
TCGplayer
613536

Attacks

Drizzle
Colorless

If you have Water Energy cards in your hand, attach as many Water Energy cards as you like to any of your Active Pokémon.

Max Bubbles 30×
Water · Colorless

Flip a coin for each Energy attached to all of your Active Pokémon. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/adv2_ja-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv2_ja-17",
    "name": "Azumarill",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "adv2_ja",
      "name": "Miracle of the Desert",
      "total": 53,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 53,
      "release_date": "2003/04/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Miracle of the Desert"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "613536",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv2_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Drizzle",
        "text": "If you have Water Energy cards in your hand, attach as many Water Energy cards as you like to any of your Active Pokémon."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Max Bubbles",
        "text": "Flip a coin for each Energy attached to all of your Active Pokémon. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11
        },
        {
          "condition": "LP",
          "price": 8
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:34:52.474Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}