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

← The Town on No Map
Azumarill

Azumarill

Rare #25 Pokémon Stage 1 HP 70
Types
Water
Illustrator
Kagemaru Himeno
Expansion
The Town on No Map · E-Card
Language
Japanese
TCGplayer
576260

Attacks

Aqua Sonic 40
Water · Colorless · Colorless

Don't apply Resistance.

GET /api/v1/pokemon/cards/ecard2_ja-25?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2_ja-25",
    "name": "Azumarill",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2_ja",
      "name": "The Town on No Map",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 92,
      "release_date": "2002/03/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Town on No Map"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576260",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Bubble Turn",
        "text": "Once during your turn (before your attack), if Azumarill is on your Bench, you may flip a coin. If heads, return Azumarill and all cards attached to it to your hand.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Sonic",
        "text": "Don't apply Resistance.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 8.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 96.5,
          "low": 82.03,
          "high": 110.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 45.5,
          "low": 38.67,
          "high": 52.33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:50:24.972Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}