A few little changes to the Squiggle API, which is used by bots and scripts who want basic data on teams, games, and scores. Because sometimes they want it very badly, and aren’t afraid to crash my site to get it.
The Event API, which is the part that gets you updated score info as quickly as possible, has been shifted to a new sse.squiggle.com.au endpoint that puts it out of the way of regular site traffic, so bots can’t sit there occupying all the site’s available connections. It is also more generous with connection limits, so more people can use it.
And the regular API has a cache in front of it, which means it’s slightly less useful for up-to-the-second info — which is fine, since it’s not the Event API — but also less likely to crash my site when a bot decides it needs to redownload my entire database over and over every few seconds.







