Return to API Services
Example Requests
Return the flux data for station NSTL11 for 2024
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 |
|---|---|---|
| syear | integer (required) | Year field. |
| smonth | integer (required) | Month of the year |
| sday | integer (required) | Day of the month |
| eyear | integer (required) | Year field. |
| emonth | integer (required) | Month of the year |
| eday | integer (required) | Day of the month |
| station | Multi-Params or CSV value (required) | Either provide a single value, multiple parameters each with a single value, or a comma-separated list of values. The context here is a list of station identifiers. All lowercase letters are converted to uppercase. |