Zeq Globe
Real-time 3D Earth visualization protocol. Serves USGS earthquake data (M2.5+, 60s refresh), Open-Meteo weather for 20+ cities, solar terminator, and UDPDS phi tension disaster precursor overlays. Operators: ON0, KO42.1, SEIS-PWAVE, CLIM-RCP.
| Endpoint | GET /api/zeq/globe |
| Auth | none |
| Rate limit | 30/min |
| Category | ecosystem |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
layer | string | No | Data layer: earthquakes | weather | terminator | udpds | all |
minMagnitude | number | No | Minimum earthquake magnitude filter |
Returns
{ earthquakes[], weather[], terminator, udpdsRegions[], zeqond, phase }
Example
curl -sS \
"https://zeqsdk.com/api/zeq/globe"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-globe.