Firmware API check

Following up on my post from 1.5 years ago

Is there any way to query the API directly to retrieve current firmware versions (not from the RUT device itself)?

Thanks but I already knew how to query the local on-device API for a firmware check. The question was how to query the upstream API directly without needing a RUT device.

I think you cant do that because directory listing is not allowed on https://firmware.teltonika-networks.com for obvious security reasons. Unless Teltonika shares their internal API for that specific need, there is not much you can do.

The way I am doing it now can’t be the right way. I’ve got a Python script that uses browserless.io to bypass the Cloudflare Turnstile captcha and scrape the public page. Pretty silly waste of resources.

Thats very inefficient. It would be like having a separate Teltonika device that is used for firmware version checking only.