ColorfulClouds · Example Payload

Caiyun Weather Daily Aqi Item Example

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Caiyun Weather Daily Aqi 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": {
    "chn": 78.0,
    "usa": 95.0
  },
  "min": {
    "chn": 78.0,
    "usa": 95.0
  },
  "avg": {
    "chn": 78.0,
    "usa": 95.0
  }
}