Authorizations
Headers
Your API key for authentication. This key is required to access this endpoint.
Query Parameters
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 <= 7Optional additional information about the data being contributed (e.g., notes or comments).
Body
Name of the city for which the data is being contributed.
"Albuquerque"
Optional ZIP Code for the city.
"87101"
Type of data being contributed (e.g., CoCoRaHS or NWS).
CoCoRaHS, NWS The actual data value being contributed (e.g., precipitation amount).
"0.5 inches"
Response
Successful contribution of data.
"Data contribution successful. Thank you for helping improve our forecasts!"

