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

← Tidal Storm
Azumarill

Azumarill

Non #48 Pokémon Stage 1 HP 90
Types
Fairy
Illustrator
MAHOU
Expansion
Tidal Storm · XY
Language
Japanese
TCGplayer
603727

Attacks

Bubble Beam 30
Colorless · Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Superpower 60+
Fairy · Colorless · Colorless

You may do 30 more damage. If you do, this Pokémon does 30 damage to itself.

GET /api/v1/pokemon/cards/xy5t_ja-48?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5t_ja-48",
    "name": "Azumarill",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/48.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5t_ja",
      "name": "Tidal Storm",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY5",
      "printed_total": 70,
      "release_date": "2014/12/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Tidal Storm"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603727",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5t_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bubble Beam",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "30"
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Superpower",
        "text": "You may do 30 more damage. If you do, this Pokémon does 30 damage to itself.",
        "damage": "60+"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15
        },
        {
          "condition": "MP",
          "price": 6.89
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 139,
          "low": 131.8,
          "high": 140.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-07-16T03:20:11.342Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}