Download OpenAPI specification:Download
The dwd-warn service publishes new dwd weather warnings to our application
To use this API, you need an API-Token from the RBAC settings of your GroupAlarm organization. Place the token inside the HTTP-Header API-Token
for every request, otherwise the API will return an "401 Unauthorized" error for your request.
Security Scheme Type | API Key |
---|---|
Header parameter name: | API-TOKEN |
To use this API, you need a Personal Access Token from your profile settings. Place the token inside the HTTP-Header Personal-Access-Token
for every request, otherwise the API will return an "401 Unauthorized" error for your request.
Security Scheme Type | API Key |
---|---|
Header parameter name: | Personal-Access-Token |
Get the cell with the passed cellID in path
cellID required | string id of a DWD warn cell |
DWD warn cell with the requested id
Passed parameters in wrong format
Unexpected database error
{- "name": "string",
- "warn_cell_id": "string"
}
Get the best 20 cell matches for the passed search string
name required | string searched name |
Matched warn cells
Passed query parameters in wrong format
Unexpected database error
[- {
- "name": "string",
- "warn_cell_id": "string"
}
]