GET tabledap/{datasetID}.json
oceannetworks.ca:ocean-networks-canada-api
Summary: Get tabular dataset data
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns data from a specific tabular dataset in JSON format. Use constraints to filter by time, location, or variable values.
Parameters (4)
datasetID
(string, path, required)
Dataset identifier
latitude
(number, query, optional)
Latitude constraint
longitude
(number, query, optional)
Longitude constraint
time
(string, query, optional)
Time constraint (e.g., 'time>2023-01-01T00:00:00Z')
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Basic dataset request with time filter | curl |
https://www.oceannetworks.ca/tabledap/SCOTT_SILL_15min.json?time&time>2023-01-01T00:00:00Z&time<2023-01-02T00:00:00Z |
|
| Dataset with location and depth constraints | curl |
https://www.oceannetworks.ca/tabledap/BULL_E_1min.json?time,latitude,longitude,temperature&latitude>48.0&latitude<49.0&longitude<-123.0&longitude>-125.0 |
|
| Recent data with specific variables | curl |
https://www.oceannetworks.ca/tabledap/ONC Strait of Georgia Central Node.json?time,sea_water_temperature,sea_water_practical_salinity&time>2024-01-01T00:00:00Z |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:42:32.151185 | 200 | 272ms | |
| 2026-03-23 09:35:37.364504 | 200 | 279ms | |
| 2026-03-23 09:03:10.338208 | 200 | 255ms |