Everything the site shows is available as JSON. No key, no registration, free.
Atom, for readers and chat bots: everything, or one service.
Answers carry an ETag and live 15 seconds. Send If-None-Match and a repeat request costs you 304 instead of the whole body.
curl -sI https://glitchmap.com/api/v1/health | grep -i etag
curl -s -H 'If-None-Match: "..."' -o /dev/null -w '%{http_code}\n' https://glitchmap.com/api/v1/health
120 requests a minute per client. Past that the answer is 429 with Retry-After. No key raises it — if you need more, write and say what for.
Take it and build on it. A link back is welcome but not demanded. One thing to keep in mind: these are our measurements from one host plus what vendors publish about themselves — not a guarantee and not an SLA.
How the measurements are taken is described on the checking page. About the checks · [email protected]