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

← Steam Siege
Azumarill

Azumarill

Uncommon #77 Pokémon Stage 1 HP 100
Types
Fairy, Water
Illustrator
Sanosuke Sakuma
Expansion
Steam Siege · XY
Language
English
TCGplayer
120153

Attacks

Play Rough 30
Colorless · Colorless

Flip a coin. If heads, this attack does 30 more damage.

Bubble Drain 80
Fairy · Fairy · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/xy11-77?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-77",
    "name": "Azumarill",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/77.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/77.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/77.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "120153",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/77.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/77.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/77.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fairy",
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Play Rough",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Bubble Drain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 1.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.67
        },
        {
          "condition": "LP",
          "price": 1.18
        },
        {
          "condition": "MP",
          "price": 0.88
        },
        {
          "condition": "HP",
          "price": 0.56
        },
        {
          "condition": "DMG",
          "price": 0.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.6,
          "low": 39.6,
          "high": 88.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 7,
          "high": 7.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.25,
          "low": 9,
          "high": 18,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 34.5,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 140,
          "low": 119,
          "high": 161,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.6
      }
    }
  }
}