Select one or multiple items and then click next to iteratively build up a full request.
Last database update:
{
}
This shows the data qube that matches the current query. The leaves are the next set of available selections you can make.
# pip install qubed requests
import requests
from qubed import Qube
qube = Qube.from_json(requests.get("https://qubed.lumi.apps.dte.destination-earth.eu/api/v2/select/?").json())
qube.print()