ColorfulClouds · Example Payload

Caiyun Weather Air Quality Realtime Example

{"chn" => "Good", "usa" => "Moderate"}

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Top-level fields

aqidescriptionpm25pm10o3so2no2co

Example Payload

Raw ↑
{
  "aqi": {
    "chn": 78.0,
    "usa": 95.0
  },
  "description": {
    "chn": "Good",
    "usa": "Moderate"
  },
  "pm25": 32.0,
  "pm10": 48.0,
  "o3": 96.0,
  "so2": 4.0,
  "no2": 21.0,
  "co": 0.6
}