getAllCubesList: Get all cubes list

API: gc.ca:statistics-canada-api
Endpoint: /getAllCubesList
Response format: application/json
Auth: none
Method: GET
Last Status: 200
Latency: 4501ms

Description

Returns complete inventory of all available tables/cubes with full dimension details.

Examples (1)

Get all cubes list probe-gate
curl 'https://www150.statcan.gc.ca/t1/wds/rest/getAllCubesList'
import requests

resp = requests.get("https://www150.statcan.gc.ca/t1/wds/rest/getAllCubesList")
data = resp.json()
import zingu_apis

api = zingu_apis.api("gc")
result = api.fetch("getAllCubesList")

for item in result:
    print(item)
const resp = await fetch("https://www150.statcan.gc.ca/t1/wds/rest/getAllCubesList");
const data = await resp.json();

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 17:23:50.477259 200 4501ms 2.0MB
2026-04-16 03:20:37.736002 200 7435ms 2.1MB
2026-04-15 00:03:09.717439 200 4096ms 2.1MB
2026-04-14 00:49:50.853334 200 4814ms 2.0MB
2026-04-12 16:06:37.911019 200 5022ms 2.1MB
2026-04-10 00:47:51.063212 200 4839ms 2.0MB
2026-04-09 03:41:19.747364 200 5228ms 2.1MB
2026-04-08 00:57:15.490172 200 3876ms 2.0MB
2026-04-07 01:13:41.222087 200 4082ms 2.1MB
2026-04-05 16:45:55.442463 ERR
2026-03-23 10:15:29.166547 200 4769ms 2.0MB
2026-03-21T18:36:15.791634 200 5667ms