Public API for firefox add ons store

Hello

I want to make a repo for nix that contains all firefox add ons so anyone can list the packages he wants declaratively in his configuration

there is currently a repo the does exactly that but the list of the firefox in that repo must be managed manually

but if there is a rest API that lists all the add ons in the firefox add ons store it would be easy to set a scheduled pipeline that updates the list of add ons to be included in the repo every day

I thing providing an API for the store would be useful for other use cases too

There are several APIs:

https://addons-server.readthedocs.io/en/latest/topics/api/addons.html

Example for search: https://www.jeffersonscher.com/sumo/extensions.php

Thank you :pray: that was exactly what i was looking for