Spiceit JSON query and response - DOI-USGS/usgscsm GitHub Wiki
It's pretty simple:
Spiceit Server Request:
{
"cknadir": true/false,
"ckpredicted": true/false,
"ckrecon": true/false,
"cksmithed": truefalse,
"endPad": int,
"label": String,
"shape": String,
"spkpredicted": true/false,
"spkrecon": true/false,
"spksmithed": true/false,
"startPad": int
}
Spiceit Server Response:
{"Application Log": hex-encoded binary data,
"Kernels Label": hex-encoded binary data,
"Instrument Pointing": Spice binary table,
"Instrument Position": Spice binary table,
"Body Rotation": Spice binary table ,
"Sun Position": Spice binary table,
}