Skip to main content

ZeqAtmosphere — Atmospheric Physics

Atmospheric modeling — pressure, temperature, density profiles computed from first principles. Supports standard atmosphere, tropical, polar, and custom profiles.

EndpointPOST /api/climate/atmosphere/profile
Authapi-key
Rate limit30/min
Categoryclimate

Parameters

NameTypeRequiredDescription
altitudeKmnumberYesAltitude in km (0–100).
profilestringNo'standard', 'tropical', 'polar'. Default: 'standard'.

Returns

{ pressure, temperature, density, speedOfSound, meanFreePath, scaleHeight }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"altitudeKm": 0,
"profile": "standard"
}' \
"https://zeqsdk.com/api/climate/atmosphere/profile"

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-atmosphere.