My wild guess is that a token for the REST API is not the same as an api_key for the URL you posted, but that’s really a wild guess. Their ‘Tempestone API’ docs are very unhelpful to me.
I would hazard a guess that this is a paid-for endpoint for Tempest One subscribers. The endpoints available for free to home users are detailed here: Tempest API
Interesting thing I note too is parts of the full API shows when you need a paid subscription, but parts that don’t seem to work don’t have the same notice. Wonder if there’s a different free API key you need for the expanded API that gives you additional access but still isn’t the full commercial paid version.
For instance, forecast is flagged as a commercial service:
Just an interesting side-note. That expanded API is pretty well documented, except for access requirements.
It’s possible that some of the endpoints in the expanded documents will eventually be available for free, but they just aren’t live yet. I believe there was always an intention from WF to make the stats/historical endpoint available, but I haven’t heard anything more regarding that for a long time.
It’s not that much more work to calculate the max/min yourself (you can download data from any time span) from the free API, or you could check out Weewx which will do it for you: https://weewx.com/
Yeah, definitely some workarounds I can do. Hopefully they’ll open up some of the basic stuff at least (surely it is less load on their servers to service a single api call for max/min than multiple calls to get all the data so it can be calculated locally).
As with anything, work within the constraints that you have. But if anyone from WF is looking through threads, maybe they’ll see it would be a win/win to open up some basic things like this. I’ll keep my fingers crossed.