That's the "calibration" id... hmm, it looks like the API currently has no way to get the calibration ID from job id.
I just added a field to the submission status results: a map from job id to calibration id, but it's only on the "staging" testing area:
eg,
http://staging.astrometry.net/api/submissions/80979See the
"job_calibrations": [[109957, 64732]]
job_calibration is a list, one for each job with a calibration (a successful solve), mapping:
[job id, calib id]
If you could test the staging site, I would appreciate it.
Or does this not do what you need?
thanks,
--dustin