getAllCubesListLite: Get all cubes list (lite)

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

Description

Returns inventory of all cubes without dimension details for faster retrieval.

Examples (1)

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

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

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

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

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-04-16 03:09:48.970354 200 4803ms 2.1MB
2026-04-15 02:08:55.463081 200 3576ms 2.1MB
2026-04-14 03:35:58.684258 200 4940ms 2.1MB
2026-04-12 16:36:10.637112 200 4283ms 2.1MB
2026-04-10 01:31:48.430945 200 3730ms 2.1MB
2026-04-09 01:42:46.432052 200 3437ms 2.1MB
2026-04-08 00:05:47.218291 200 3434ms 2.1MB
2026-04-07 00:32:32.291827 200 3426ms 2.1MB
2026-04-05 19:19:12.727033 200 3848ms 2.1MB
2026-03-23 09:30:42.498708 200 5825ms 2.0MB
2026-03-21T18:36:21.620717 200 4755ms