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

← Space Time Creation
Azumarill

Azumarill

Rare #212 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Naoyo Kimura
Expansion
Space Time Creation · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Defense Curl
Colorless

Flip a coin. If heads, prevent all damage done to Azumarill during your opponent's next turn.

Bubble Pump 40+
Water · Water

If Azumarill has 3 or more Energy attached to it, this attack does 40 damage plus 20 more damage. If Azurill is anywhere under Azumarill, flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp1_ja-212?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp1_ja-212",
    "name": "Azumarill",
    "number": "212",
    "printed_number": "212",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-212.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-212.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-212.large.webp"
      }
    ],
    "expansion": {
      "id": "dp1_ja",
      "name": "Space Time Creation",
      "total": 130,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP1",
      "printed_total": 130,
      "release_date": "2006/11/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Space Time Creation"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-212.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-212.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-212.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Defense Curl",
        "text": "Flip a coin. If heads, prevent all damage done to Azumarill during your opponent's next turn."
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Bubble Pump",
        "text": "If Azumarill has 3 or more Energy attached to it, this attack does 40 damage plus 20 more damage. If Azurill is anywhere under Azumarill, flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 2.25
        },
        {
          "condition": "MP",
          "price": 1.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T10:32:19.121Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}