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

← Surging Sparks
Azumarill

Azumarill

Uncommon #74 Pokémon Stage 1 HP 120
Types
Psychic
Illustrator
Orca
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589872

Attacks

Double-Edge 230
Psychic · Psychic · Psychic · Psychic

This Pokémon also does 50 damage to itself.

GET /api/v1/pokemon/cards/sv8-74?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-74",
    "name": "Azumarill",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/74.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/74.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/74.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589872",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/74.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/74.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/74.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Glistening Bubbles",
        "text": "If you have any Tera Pokémon in play, this Pokémon can use the Double-Edge attack for Psychic.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 4,
        "name": "Double-Edge",
        "text": "This Pokémon also does 50 damage to itself.",
        "damage": "230"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Orca",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}