← 返回
开发者工具 中文

Apple Serial Lookup

Look up Apple device information from a serial number. Supports iPhones, iPads, Macs (MacBook, iMac, Mac mini, Mac Pro, Mac Studio), Apple Watch, Apple TV, and iPods. Use when a user provides an Apple serial number and wants to identify the device, check specs, manufacturing date/location, warranty status, or get detailed model information.
根据序列号查询 Apple 设备信息。支持 iPhone、iPad、Mac(MacBook、iMac、Mac mini、Mac Pro、Mac Studio)、Apple Watch、Apple TV 和 iPod。用户提供序列号时,可用于识别设备、查看规格、生产日期/地点、保修状态或获取详细型号信息。
siatrial siatrial 来源
开发者工具 clawhub v1.0.0 1 版本 99934.8 Key: 无需
★ 0
Stars
📥 1,532
下载
💾 21
安装
1
版本
#latest

概述

Apple Serial Lookup

Identify any Apple device from its serial number by combining local decoding with web lookups.

Workflow

1. Decode locally (old 11-12 char format)

Run the bundled decoder script:

python3 scripts/decode_serial.py <SERIAL>

This extracts:

  • Manufacturing location and date
  • Model codes and configuration identifiers
  • Model identifier (e.g., MacBookPro10,1, iPhone9,1) when known
  • Basic specs (RAM, storage options) from built-in database

The script includes a database of common model codes compiled from repair sources and EveryMac.

2. Web lookup for complete specs and unknown models

For full specifications or unknown model codes, perform web lookup:

  • Primary: web_search for "Apple serial number specs" or " site:everymac.com"
  • Fallback: web_fetch from https://everymac.com/ultimate-mac-lookup/?search_keywords=

If EveryMac is blocked by captcha, try:

  • https://appleserialnumberinfo.com/Desktop/index.php?sn= (may need browser)
  • Search for the model code (e.g., "Apple DKQ model identifier") to match to a specific device

For new-format (post-2021) serials, web search won't help — direct the user to check Apple's coverage page themselves:

  • Apple Check Coverage: https://checkcoverage.apple.com/ (requires captcha, but returns device model + warranty status)
  • This is the only reliable source for randomized 10-character serials
  • Apple switched to randomized serials starting in late 2020/early 2021 (beginning with iPhone 12 and M1 Macs), fully rolled out across all products by 2021

3. Present results

Combine local decode + web data into a comprehensive summary:

Enhanced Output (from local decode):

  • Device: Model name and identifier (e.g., MacBook Pro 15" Mid-2012, MacBookPro10,1)
  • Serial: Full serial number
  • Manufactured: Location, week, year (e.g., ~Week 38, Sep 2012, Quanta Shanghai)
  • Specs: RAM and storage options from built-in database
  • Model Codes: Last 4 characters with decode attempt

Web Enhancement (when needed):

  • Exact processor specifications
  • Complete technical specifications
  • Warranty status (Apple Check Coverage)
  • Current market value

Reference

The model code database is continuously expandable as new mappings are discovered.

Notes

  • Old format (12 chars): decodable locally for location/date, web needed for exact model
  • New format (10-14 chars, 2021+): fully randomized, web lookup is the only option
  • IMEI numbers (15 digits) are NOT serial numbers — note this if a user provides one
  • The script outputs JSON for easy parsing

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 438 📥 104,254
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 57 📥 153,235
knowledge-management

Baidu web search

ide-rea
使用百度AI搜索引擎(BDSE)进行网络搜索。适用于获取实时信息、文档资料或研究课题。
★ 242 📥 106,528