Real time status of every iOS firmware currently being signed by Apple's TSS server.
/tss/all
- all release firmwares currently being signed./tss/all/all
- all release firmwares regardless of the signing state./tss/{BoardConfig}
- all release firmwares for a specific BoardConfig currently being signed./tss/{BoardConfig}/all
- all release firmwares for a specific BoardConfig regardless of the signing state./tss/{BoardConfig}/{BuildID}
- a specific BoardConfig for a specific release BuildID./tss/beta/all
- all beta firmwares currently being signed./tss/beta/all/all
- all beta firmwares regardless of the signing state./tss/beta/{BoardConfig}
- all beta firmwares for a specific BoardConfig currently being signed./tss/beta/{BoardConfig}/all
- all beta firmwares for a specific BoardConfig regardless of the signing state./tss/beta/{BoardConfig}/{BuildID}
- a specific BoardConfig for a specific beta BuildID./tss/manifest/{BoardConfig}/{BuildID}
- TSS request manifest for a specific BoardConfig and BuildID./tss/buildmanifest/{BoardConfig}/{BuildID}
- BuildManifest.plist for a specific BoardConfig and BuildID./tss/restoreplist/{BoardConfig}/{BuildID}
- Restore.plist for a specific BoardConfig and BuildID.JSON
format./plist
in the end of any request for a plist
response./noindent
in the end of any request for no indentation. (On either JSON
or plist
.)200 OK
- request was successfully returned.400 Bad Request
- invalid request data.404 Not Found
- requested data not found.X-Data-Location
- database
or cache
depending on where the data being returned from, respectively.Content-MD5
- will remain same until the requested data changes.Last-Modified
- will remain same until anything changes.> GET /tss/n81ap HTTP/1.1 > Host: api.ineal.me > Accept: */* > < HTTP/1.1 200 OK < Server: nginx/1.4.2 < Date: Thu, 03 Oct 2013 18:36:50 GMT < Content-Type: text/plain < Content-Length: 259 < Connection: keep-alive < X-Powered-By: PHP/5.5.4-1~dotdeb.1 < X-Data-Location: cache < Content-MD5: UzxrkR3rJdWEkIKinsTtvg== < Last-Modified: Wed, 25 Sep 2013 18:41:55 +0000 < { "iPod4,1":{ "board":"n81ap", "model":"iPod4,1", "cpid":"35120", "bdid":"8", "platform":"s5l8930x", "firmwares":[ { "build":"10B329", "version":"6.1.3", "signing":true, "started":"2013-03-13", "stopped":null } ] } }