RE: https://mastodon.social/@biglesp/116334241472093130

So far my search is not going well. There is official data, but it isn't live. It is ephemeris data which is historical. There are tracker sites out there, but I've not seen any public API / JSON for me to use. :(

@biglesp Looking at https://www.nasa.gov/missions/artemis-ii/arow/ it seems to poll URLs which look like

```
lo/Io%2F2%2FIo_108_2.txt?alt=media&generation=1774376681378711
```

which returns JSON, encoding parameter-value keypairs. I asked Claude to have a look at a response and this is what it deduced:

@stchris So it does! Thanks Chris!