Return to API Services
Changelog
- 2025-01-03: Use pydantic for request validation
Example Requests
Provide data for 1 Jan 2024
https://mesonet.agron.iastate.edu/cgi-bin/request/other.py?station=DSM&sts=2024-01-01&ets=2024-01-02
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 |
|---|---|---|
| station | string (required) | Station Identifier |
| ets | string | End Time |
| sts | string | Start Time |
| year1 | integer | Year 1 |
| month1 | integer | Month 1 |
| day1 | integer | Day 1 |
| year2 | integer | Year 2 |
| month2 | integer | Month 2 |
| day2 | integer | Day 2 |