# ADH Sweden Weather Warnings

> ADH Sweden Weather Warnings is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches current official weather and hydrological warnings for Swedish regions, including water shortage alerts, flood risks, and other meteorological hazards

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/d/se-weather-warnings
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/adh-sweden-weather-warnings-f5b703f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hZfHuaw9lgldL0c-wksqf

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 adh-sweden-weather-warnings-f5b703f8
```

Example prompt: Can you pull the current official weather and water shortage warnings for Sweden, including which counties are affected and what severity level they're at?

## When to prefer this

Choose this endpoint when you need structured, machine-readable Swedish weather and hydrological warnings with entity resolution (county names, event codes, geographic polygons) and bilingual (EN/SV) labels. Prefer it over raw SMHI API calls when you want pre-processed, normalized warning data that's ready for AI context injection. Best suited for monitoring workflows, safety checks, or environmental risk enrichment for Swedish geography.

## Known failure modes

- No active warnings — returns empty data array when no warnings are currently issued
- Upstream data source unavailable — may return 5xx or stale data if the Swedish national warning system is unreachable
- Rate limiting or payment failure — x402 payment not processed, returns 402 Payment Required
- Malformed request — non-GET method or invalid query parameters return 400 error
- Truncated geographic coordinates in polygon data if source data is incomplete

## How this service works

ADH 金融情报层：把 239 个原始数据源洗成带实体解析、时间同步、溯源与派生结论的情报（宏观regime / 加密尽调 / 事件窗口），免费注入你的 AI 上下文。Agent 走 x402 结算，人类订阅（PayPal）即将上线。

## Output

A JSON response containing an array of active warning objects, each with: a unique warning ID, event type (English and Swedish labels with classification codes like WATER_SHORTAGE/HYD), affected county with GeoJSON polygon geometry (EPSG:4326), warning level (e.g. MESSAGE), bilingual descriptions of the incident, publication and start timestamps, push notice flag, and probability assessment. Multiple warning areas may be nested within a single warning event.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "raw": {
   "data": [
    {
     "id": 3122,
     "event": {
      "en": "Risk for water shortage",
      "sv": "Risk för vattenbrist",
      "code": "WATER_SHORTAGE",
      "mhoClassification": {
       "en": "Hydrology",
       "sv": "Hydrologi",
       "code": "HYD"
      }
     },
     "descriptions": [],
     "warningAreas": [
      {
       "id": 9873,
       "area": {
        "crs": {
         "type": "name",
         "properties": {
          "name": "EPSG:4326"
         }
        },
        "type": "Feature",
        "geometry": {
         "type": "Polygon",
         "coordinates": [
          [
           [
            14.19253,
            14.19253
           ],
           [
            14.19253,
            14.19253
           ]
          ]
         ]
        },
        "properties": {
         "en": "Skåne County",
         "id": 12,
         "sv": "Skåne län",
         "code": "SWE_COUNTIES"
        }
       },
       "created": "2026-04-21T09:08:24.221Z",
       "areaName": {
        "sv": "Skåne län"
       },
       "published": "2026-07-21T13:03:51.210Z",
       "pushNotice": true,
       "descriptions": [
        {
         "text": {
          "en": "Low groundwater levels. Low flows in rivers Rönne å, Kävlingeån with tributaries, Almaån, Holjeån, and in sensitive wate",
          "sv": "Låga grundvattennivåer. Låga flöden i Rönne å, Helge å, Kävlingeån med biflöden, Almaån, Holjeån, samt i vissa känsliga "
         },
         "title": {
          "en": "Description of incident",
          "sv": "Händelsebeskrivning",
          "code": "INCIDENT"
         }
        },
        {
         "text": {
          "en": "Low groundwater levels. Low flows in rivers Rönne å, Kävlingeån with tributaries, Almaån, Holjeån, and in sensitive wate",
          "sv": "Låga grundvattennivåer. Låga flöden i Rönne å, Helge å, Kävlingeån med biflöden, Almaån, Holjeån, samt i vissa känsliga "
         },
         "title": {
          "en": "Description of incident",
          "sv": "Händelsebeskrivning",
          "code": "INCIDENT"
         }
        }
       ],
       "warningLevel": {
        "en": "Message",
        "sv": "Meddelande",
        "code": "MESSAGE"
       },
       "affectedAreas": [
        {
         "en": "Skåne County",
         "id": 12,
         "sv": "Skåne län"
        }
       ],
       "approximateStart": "2026-04-20T22:00:00.000Z",
       "eventDescription": {
        "en": "Risk for water shortag
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/adh-sweden-weather-warnings-f5b703f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
