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

← Primal Clash
Azumarill

Azumarill

Rare #103 Pokémon Stage 1 HP 90
Types
Fairy
Illustrator
MAHOU
Expansion
Primal Clash · XY
Language
English
TCGplayer
96001

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/xy5-103vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-103vrh",
    "name": "Azumarill",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/103vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/103vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/103vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "96001",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/103vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/103vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/103vrh.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": "Rare",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 2.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.84
        },
        {
          "condition": "LP",
          "price": 1.69
        },
        {
          "condition": "MP",
          "price": 1.16
        },
        {
          "condition": "HP",
          "price": 0.49
        },
        {
          "condition": "DMG",
          "price": 1.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.71
      }
    }
  }
}