Skip to content

dsgaming-mrd/Apple-device-info-JSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Apple-device-info-JSON

A lightweight JSON database mapping Apple hardware identifiers to their official marketing names. Ideal for iOS tweaks, device authentication, reverse engineering, and Apple device detection.

JSON Endpoints

✅ Recommended (jsDelivr CDN)

Fast, cached, and globally distributed:

https://cdn.jsdelivr.net/gh/dsgaming-mrd/Apple-device-info-JSON@main/device-info.json

GitHub Raw

Latest version directly from GitHub:

https://raw.githubusercontent.com/dsgaming-mrd/Apple-device-info-JSON/refs/heads/main/device-info.json

Example

{
  "iPhone17,1": "iPhone 16 Pro",
  "iPhone17,2": "iPhone 16 Pro Max",
  "iPad13,4": "iPad Pro 11-inch 3rd Gen (WiFi)",
  "Watch7,5": "Apple Watch Ultra 2"
}

Use Cases

  • iOS tweaks
  • Device authentication
  • Apple hardware detection
  • Reverse engineering
  • Mobile applications
  • Server-side device identification

About

A lightweight JSON API mapping Apple hardware identifiers to official marketing names. Ideal for iOS tweaks and device authentication.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors