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 Holo #104 Pokémon Stage 1 HP 100
Types
Fairy
Illustrator
5ban Graphics
Expansion
Primal Clash · XY
Language
English
TCGplayer
96002

Attacks

Tail Rap 30
Fairy · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

Dwindling Wave 100
Fairy · Colorless · Colorless

This attack does 100 damage minus 10 damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/xy5-104vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-104vh",
    "name": "Azumarill",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/104vh.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": "96002",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Rap",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dwindling Wave",
        "text": "This attack does 100 damage minus 10 damage for each damage counter on this Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 13.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.71
        },
        {
          "condition": "LP",
          "price": 7.73
        },
        {
          "condition": "MP",
          "price": 6.01
        },
        {
          "condition": "HP",
          "price": 3.44
        },
        {
          "condition": "DMG",
          "price": 3.65
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 184.75,
          "low": 157,
          "high": 212.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.14
      }
    }
  }
}