Your API key for authentication. This key is required to access this endpoint.
Name of the city for which the data is being contributed.
Optional ZIP Code for the city. If provided, it will be used to derive the city name.
Category of data being contributed (e.g., precipitation, temperature).
Type of precipitation being reported. Can be one of the following- 'Rain, Snow, Hail, Sleet, Slurry, Ice, Mixed, or Other.' Default is 'Rain'. If 'Other', then define the precipiationType in additionalInfo
Rain
, Snow
, Hail
, Sleet
, Slurry
, Ice
, Mixed
, Other
Type of data being contributed (e.g., CoCoRaHS or NWS).
CoCoRaHS
, NWS
The actual data value being contributed (e.g., precipitation amount).
The unit of measurement for the data value. Can be either 'Metric' or 'Imperial'. Default is 'Metric'.
Metric
, Imperial
The number of days for which the data is being contributed. Default is 1 day, maximum is 7 days.
1 <= x <= 7
Optional additional information about the data being contributed (e.g., notes or comments).
Successful contribution of data.
The response is of type object
.