{{ config.get('message', '')}}
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("{{ api_url }}select/climate-dt/?{{request.url.query}}").json())
qube.print()