ColorfulClouds · Example Payload

Caiyun Weather Daily Air Quality Example

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Top-level fields

aqipm25

Example Payload

Raw ↑
{
  "aqi": [
    {
      "date": "2026-05-30",
      "max": {},
      "min": {},
      "avg": {}
    }
  ],
  "pm25": [
    {
      "date": "2026-05-30",
      "max": 25.6,
      "min": 17.7,
      "avg": 22.4
    },
    {
      "date": "2026-05-30",
      "max": 34.4,
      "min": 13.8,
      "avg": 22.3
    }
  ]
}