On Sun, 22 Nov 2020, xyn3rgy wrote:
> Good day Heikki
> I recently discovered
https://aprs.fi/ and I was curious about the API limit per day. As a hobby project, I am
> building a ferry application to report the ETA for our water taxis in Trinidad and Tobago. This would be a free
> service.
>
> I estimate 60 API calls per day. What's the current limit?
Hi,
That level of use will easily fit in within the API limit (which I don't
exactly remember from the top of my head). If you're fetching positions of
multiple targets, do so with a single API call. It supports fetching many
at a time, and the rate limits are for number of API call.
> Would a bottle of rum increase the limit further? ;0
Good rum is always good rum, but I'd have to actually write more code to
support individual per-user limits, and that'd take a cask. :)
Happy hacking!
- Hessu