Hello from the dev server!
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 with the current query. The leaves are the next set if 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/v1/select/climate-dt/?").json())
qube.print()