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

← Ultradimensional Beasts
Diggersby

Diggersby

usually #45 Pokémon Stage 1 HP 130
Types
Colorless
Illustrator
Anesaki Dynamic
Expansion
Ultradimensional Beasts · Sun & Moon
Language
Japanese
TCGplayer
572041

Attacks

Dig 60
Colorless · Colorless · Colorless

Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.

Hammer Arm 90
Colorless · Colorless · Colorless · Colorless

Discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/sm4a_ja-45?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4a_ja-45",
    "name": "Diggersby",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/45.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4a_ja",
      "name": "Ultradimensional Beasts",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4A",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultradimensional Beasts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572041",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dig",
        "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hammer Arm",
        "text": "Discard the top card of your opponent's deck.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T17:04:50.231Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}