Return to API Services
Documentation for /json/nwstext_search.py
This legacy service returns a JSON response of NWS Text Products over a time range.
Changelog
- 2024-07-25: Initial documentation
Example Usage
Return all Des Moines Area Forecast Discussions for 2024
Return all Severe Thunderstorm Warnings for 10 July 2024 UTC
CGI Arguments
The following table lists the CGI arguments that are accepted by this service. A HTTP GET request is required. Fields of type Multi-Params or CSV value can accept either a comma separated list or multiple parameter and value combinations. For example, ?foo=1&foo=2 is equivalent to ?foo=1,2.
| Field | Type | Description |
|---|---|---|
| callback | string or null | Legacy JSON-P style callback. It is likely best to not depend on this usage. The IEM website has a permissive CORS. |
| awipsid | string | The AWIPS Identifier to search for |
| sts | string (required) | Start of the time period (UTC) to search for |
| ets | string (required) | End of the time period (UTC) to search for |