{{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 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("{{ api_url }}select/?{{request.url.query}}").json())
qube.print()