DWD-Warn API specification (35d0dee47227f4f43bd26a403000ab94c5d128b3)

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
[
  • {
    }
]