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

← Storming Emergence (Radiant)
Alolan Diglett

Alolan Diglett

Common #065/151 Pokémon Basic HP 50
Types
Metal
Illustrator
Megumi Mizutani
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Spelunk

Look at the top 3 cards of your deck and put them back in any order.

Mud-Slap 10
Colorless
GET /api/v1/pokemon/cards/ser-065?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-065",
    "name": "Alolan Diglett",
    "number": "065/151",
    "printed_number": "065/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-065.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-065.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-065.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-065.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-065.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-065.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Spelunk",
        "text": "Look at the top 3 cards of your deck and put them back in any order."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mud-Slap",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:35:58.210Z"
    }
  }
}