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

← McDonald's Collection 2017
Alolan Diglett

Alolan Diglett

Common #9 Pokémon Basic HP 50
Types
Metal
Illustrator
Megumi Mizutani
Expansion
McDonald's Collection 2017 · Other
Language
English
TCGplayer
152689

Attacks

Spelunk

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

Mud-Slap 10
Metal
GET /api/v1/pokemon/cards/mcd17-9?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd17-9",
    "name": "Alolan Diglett",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/9.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd17",
      "name": "McDonald's Collection 2017",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2017/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd17.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152689",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd17/9.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": [
          "Metal"
        ],
        "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": 5.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.38
        },
        {
          "condition": "LP",
          "price": 4.95
        },
        {
          "condition": "MP",
          "price": 2.36
        },
        {
          "condition": "HP",
          "price": 0.85
        },
        {
          "condition": "DMG",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 53,
          "low": 45.05,
          "high": 60.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:27:45.293Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.07
      }
    }
  }
}