GET rainfall/estimates/monthly/{geographyLevel}?s={s}&val={val}
Gets the monthly average rainfall data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| geographyLevel |
Geography level |
GeographyType |
Required |
| s |
site id |
integer |
Required |
| val |
Identifier for the grography level |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of RainFallMonthlyData| Name | Description | Type | Additional information |
|---|---|---|---|
| Mean | decimal number |
None. |
|
| Month | integer |
None. |
|
| High | decimal number |
None. |
|
| Low | decimal number |
None. |
|
| Quartile_Low | decimal number |
None. |
|
| Quartile_High | decimal number |
None. |
Response Formats
application/json, text/json, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.