DWD-Warn API specification (6baa44665db30eab451c7ca8c5184a7b19acb926)

Download OpenAPI specification:Download

The dwd-warn service observes dwd weather warnings and notifies the flow.

cells

GetCell

Get the cell with the passed cellID in path

Authorizations:
API_TokenPersonal-Access-Token
path Parameters
cellID
required
string

id of a DWD warn cell

Responses

Response samples

Content type
application/json
{
  • "name": "string",
  • "warn_cell_id": "string"
}

GetCells

Get the best 20 cell matches for the passed search string

Authorizations:
API_TokenPersonal-Access-Token
query Parameters
name
required
string

searched name

Responses

Response samples

Content type
application/json
[
  • {
    }
]