ADX by Dajota App Factory

ADX / WEATHER AND CLIMATE

Weather in context.
Evidence your agent can inspect.

Query retained weather observations and climate profiles through the same ADX REST and MCP access used for security and news.

CURRENT CONDITIONS

Worldwide reporting stations

NOAA Aviation Weather Center METAR reports provide timestamped station observations where reports are available. Query a station or a bounded radius around a location.

  • Temperature and dew point in °C
  • Wind direction and speed, with gusts when reported
  • Visibility, altimeter setting and reported flight category
  • Station coordinates, observation time and original report text
  • Source retrieval time, provenance and raw-response hash

Stations are unevenly distributed. Remote regions, oceans and stations that are not reporting may have no result. Missing fields are unknown.

LONG-TERM CONTEXT

Selected climate profiles

NASA POWER modeled climatology profiles describe long-term conditions for selected locations and baseline periods. Monthly and annual values include temperature in °C, surface pressure in kPa and wind speed in m/s; they are not direct station measurements. The API keeps their source, method, units and period separate from current station observations.

Use the coverage response to see which baseline periods and how many profiles are retained. A climate average is not a forecast or a measurement of today’s conditions.

Historical queries select retained ADX snapshots. They do not imply a complete historical weather archive or continuous coverage before collection began.

One product, three bounded queries

Product global-weather-v1. Activated trial credentials and shared usage limits apply. No new paid checkout or automatic conversion.

QuestionRESTMCP
What data is available?GET /v1/weather/coverageweather_coverage
What did a station report?POST /v1/weather/observations/queryweather_observations
What is the climate baseline?POST /v1/weather/climatology/queryweather_climatology

API base: https://api.dajotaappfactory.com. Send the API key in the authorization header; never put it in a URL. Check status, code, data, allowance and correlationId in the response.

Station observations

{
  "stationId": "KJFK",
  "offset": 0,
  "limit": 20
}

Alternatively supply latitude, longitude and radiusKm. Results report observedAt, snapshotAt, source.retrievedAt and stale separately.

Climate profile

{
  "profileId": "new-york",
  "offset": 0,
  "limit": 20
}

Filter by profile, country or coordinates. Use offset, limit and hasMore for bounded pages. Optional asOf selects a retained snapshot at or before that time.

Source evidence and limits travel with the data.

Observations retain the source-observation trust class. Climate data retains its own method and provenance; it must not be presented as a current station reading. Source, observation, retrieval and snapshot times answer different questions.

NOAA Aviation Weather Center data documentation ↗ · NASA POWER climatology documentation ↗

Machine-readable catalog · Agent setup · Trial terms