ColorfulClouds · Example Payload

Caiyun Weather Daily Wind Item Example

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Caiyun Weather Daily Wind Item Example is an example object payload from ColorfulClouds, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datemaxminavg

Example Payload

Raw ↑
{
  "date": "2026-05-30",
  "max": {
    "speed": 18.7,
    "direction": 337.0
  },
  "min": {
    "speed": 8.5,
    "direction": 205.0
  },
  "avg": {
    "speed": 24.7,
    "direction": 253.0
  }
}