About this endpoint
What it does
Retrieves NOAA active alerts for a specified area and returns the response as a JSON object. The request accepts an area code and an optional result limit.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| area | String | Yes | Area code with exactly 2 characters. |
| limit | Integer | No | Maximum number of results to return. Default: 100. Minimum: 1. Maximum: 500. |
Response
Returns a JSON object. The schema does not define fixed top-level fields and allows additional properties, so the exact response shape is not yet captured in the schema.