Hi, there! Things you can do with our API:
- - Retrieve the current Apple Store Status (all countries)
- - Get some cool stats about the Apple Store
- - Retrieve all iOS (+ iPhone OS) Firmwares Apple has ever released (including download link, ..)
- - Retrieve all iOS OTA updates Apple has ever released
- - Retrieve all Software Updates Apple has released via Apple Software Update (including iTunes)
- - Retrieve Press Releases from Apple (www.apple.com/pr/library)
- - Get the average update cycle for Apple products (+ a prediction when Apple will release an update)
Introduction
- - All our API endpoints return JSON encoded data
- - We don't throttle your requests
- - There are no special HTTP Status Codes. Anything != 200 and something went wrong
- - Currently we only support GET requests
Retrieve the current Apple Store Status (all countries)
API endpoint: /api/v1/status/worldwide
Additional information: "y" if the Store is down, "n" if it is online.
Get some cool stats about the Apple Store
API endpoint: /api/v1/stats
Additional information: If you don't like the texts we've written, you can use /api/v1/stats/custom
.
Retrieve all iOS (+ iPhone OS) Firmwares Apple has ever released (including download link, ..)
API endpoint: /api/v1/updates/ios
Additional information: If you only want to get the latest iOS Firmware of each device, use endpoint /api/v1/updates/ios/latest
and save some bandwidth.
Retrieve all iOS OTA updates Apple has ever released
API endpoint: /api/v1/updates/ios/ota
Additional information: If you only want to get the latest OTA update of each device, use endpoint /api/v1/updates/ios/ota/latest
and save some bandwidth.
Retrieve all Software Updates Apple has released via Apple Software Update (including iTunes)
API endpoint: /api/v1/updates/software
Additional information: None! :)
Retrieve Press Releases from Apple (www.apple.com/pr/library)
API endpoint: /api/v1/pr
Additional information: None! :)
Get the average update cycle for Apple products (+ a prediction when Apple will release an update)
API endpoint: /api/v1/storewatch
Additional information: None! :)