# Stratalize Weather Delay Risk

> Stratalize Weather Delay Risk is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns weather-related delay risk intelligence for a specified US location to support logistics and construction scheduling decisions

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/weather-delay-risk
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-weather-delay-risk-0b1baac7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_utu0xC9q0YZkP1xppYbYb

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-weather-delay-risk-0b1baac7
```

Example prompt: What's the weather delay risk for my construction site in Miami, FL? I need to decide whether to schedule the concrete pour for next week.

## When to prefer this

Choose this endpoint when you need attested, signed weather delay risk intelligence specifically for US locations in logistics, construction, or operations planning contexts. The signed receipt from trust.stratalize.com/verify makes it suitable for compliance-sensitive or auditable decision workflows where verifiability matters. Prefer this over raw weather APIs when you need a pre-computed risk score rather than raw meteorological data.

## Known failure modes

- Missing both location and lat/lon coordinates returns a 400 Bad Request
- Invalid or non-US location string may return an error or no data
- lat provided without lon (or vice versa) may cause a geocoding fallback or error
- Payment of 0.1 USDC not fulfilled triggers 402 Payment Required
- Service unavailability returns 5xx error

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when logistics or construction planners assess weather-related delay risk for a location. Returns weather delay risk intelligence for operations and scheduling decisions

## Output

Returns a weather delay risk intelligence report for the specified location, including risk scores and indicators relevant to operational and scheduling decisions, with a signed independently verifiable receipt from trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "number",
   "description": "Optional WGS84 latitude (bypass geocoding when paired with lon)"
  },
  "lon": {
   "type": "number",
   "description": "Optional WGS84 longitude (bypass geocoding when paired with lat)"
  },
  "location": {
   "type": "string",
   "description": "US city/state (e.g. Miami, FL) or street address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-weather-delay-risk-0b1baac7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
