Hey everyone,
This is a heads-up that we’re making some changes to the SNO API soon.
From the endpoint for a single satellite:
- The
uptime
field is removed - The
online_score
field is removed (see 3rd point) - The
audits
field now uses the same structure as the audits field outputted by thesatellites
endpoint, which looks like this:
{
auditScore
suspensionScore
onlineScore
satelliteName
}
So, if you are using external tools which reference these fields, they may not work anymore.
Thanks!