ColorfulClouds · Example Payload

Caiyun Weather Hourly Air Quality Example

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Caiyun Weather Hourly 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": [
    {
      "datetime": "2026-05-30T14:30:00+08:00",
      "value": {}
    },
    {
      "datetime": "2026-05-30T14:30:00+08:00",
      "value": {}
    }
  ],
  "pm25": [
    {
      "datetime": "2026-05-30T14:30:00+08:00",
      "value": 42.07
    }
  ]
}