It will be faster and more friendly to spdx.org server if we can download the license/exception list in bulk from a zip file in https://github.com/spdx/license-list-data/releases/ (under 70 MB), instead of iterate over https://spdx.org/licenses/{ID}.json for 800 times.
The amount of data maybe bigger, but it will be far fewer connections.
It will be faster and more friendly to spdx.org server if we can download the license/exception list in bulk from a zip file in https://github.com/spdx/license-list-data/releases/ (under 70 MB), instead of iterate over
https://spdx.org/licenses/{ID}.jsonfor 800 times.The amount of data maybe bigger, but it will be far fewer connections.