Skip to main content

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.

EndpointGET /api/zeq/globe
Authnone
Rate limit30/min
Categoryecosystem

Parameters

NameTypeRequiredDescription
layerstringNoData layer: earthquakes | weather | terminator | udpds | all
minMagnitudenumberNoMinimum 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.