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

← Burning Shadows
Azumarill

Azumarill

Rare #35 Pokémon Stage 1 HP 120
Types
Water
Illustrator
miki kudo
Expansion
Burning Shadows · Sun & Moon
Language
English
TCGplayer
138515

Attacks

Waterfall 80
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/sm3-35vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3-35vrh",
    "name": "Azumarill",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/35vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/35vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/35vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3",
      "name": "Burning Shadows",
      "total": 177,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "BUS",
      "printed_total": 147,
      "release_date": "2017/08/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "138515",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/35vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/35vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3/35vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Thick Fat",
        "text": "This Pokémon takes 30 less damage from the attacks of your opponent's Fire or Water Pokémon (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Waterfall",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "miki kudo",
    "pricing": {
      "currency": "USD",
      "market": 0.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.5
        },
        {
          "condition": "LP",
          "price": 0.48
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13.2,
          "low": 11.22,
          "high": 15.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.5,
          "low": 19.97,
          "high": 27.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:31:52.984Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.96
      }
    }
  }
}