GET /products
weather.gov:national-weather-service-api
Summary: —
Operation ID: products_query
Auth: unknown
Operation ID: products_query
Auth: unknown
Description
Returns a list of text products
Parameters (7)
end
(string, query, optional)
End time
limit
(integer, query, optional)
Limit
Constraints: {'minimum': 1, 'maximum': 500}
location
(array, query, optional)
Location id
office
(array, query, optional)
Issuing office
start
(string, query, optional)
Start time
type
(array, query, optional)
Product code
wmoid
(array, query, optional)
WMO id code
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get products by issuing office with limit | curl |
https://api.weather.gov/products?office=TOP&limit=10 |
|
| Get products by type and time range | curl |
https://api.weather.gov/products?type=AFD&start=2024-01-01T00:00:00Z&end=2024-01-07T23:59:59Z&limit=5 |
|
| Get products by location and WMO ID | curl |
https://api.weather.gov/products?location=KS&wmoid=KOKX&limit=20 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:59:13.274366 | 400 | 197ms | |
| 2026-03-23 10:19:19.469558 | 400 | 209ms | |
| 2026-03-22 21:45:46.108161 | 200 | 716ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:19:19.469558 | 626005b1dc39 |
41ee8b818713 |
| 2026-03-23 10:59:13.274366 | 41ee8b818713 |
4c83c8ec1554 |