ColorfulClouds · Example Payload
Caiyun Weather Daily Example
WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina
Caiyun Weather Daily Example is an example object payload from ColorfulClouds, with 21 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
statusastroprecipitationprecipitation_08h_20hprecipitation_20h_32htemperaturetemperature_08h_20htemperature_20h_32hhumiditycloudratepressurevisibilitydswrfwindwind_08h_20hwind_20h_32hskyconskycon_08h_20hskycon_20h_32hlife_indexair_quality
Example Payload
{
"status": "ok",
"astro": [
{
"date": "2026-05-30",
"sunrise": {},
"sunset": {}
},
{
"date": "2026-05-30",
"sunrise": {},
"sunset": {}
},
{
"date": "2026-05-30",
"sunrise": {},
"sunset": {}
}
],
"precipitation": [
{
"date": "2026-05-30",
"max": 32.5,
"min": 16.9,
"avg": 21.9,
"probability": 54.0
}
],
"precipitation_08h_20h": [
{
"date": "2026-05-30",
"max": 30.3,
"min": 16.9,
"avg": 19.1,
"probability": 49.0
}
],
"precipitation_20h_32h": [
{
"date": "2026-05-30",
"max": 34.5,
"min": 11.7,
"avg": 21.2,
"probability": 61.0
},
{
"date": "2026-05-30",
"max": 33.4,
"min": 12.0,
"avg": 21.9,
"probability": 36.0
}
],
"temperature": [
{
"date": "2026-05-30",
"max": 34.0,
"min": 14.7,
"avg": 22.8
},
{
"date": "2026-05-30",
"max": 29.4,
"min": 17.6,
"avg": 23.6
}
],
"temperature_08h_20h": [
{
"date": "2026-05-30",
"max": 29.4,
"min": 13.1,
"avg": 23.1
}
],
"temperature_20h_32h": [
{
"date": "2026-05-30",
"max": 28.0,
"min": 10.9,
"avg": 23.5
},
{
"date": "2026-05-30",
"max": 28.9,
"min": 16.3,
"avg": 19.6
},
{
"date": "2026-05-30",
"max": 25.0,
"min": 19.5,
"avg": 20.8
}
],
"humidity": [
{
"date": "2026-05-30",
"max": 30.4,
"min": 15.5,
"avg": 19.9
},
{
"date": "2026-05-30",
"max": 29.3,
"min": 13.7,
"avg": 18.4
},
{
"date": "2026-05-30",
"max": 25.8,
"min": 12.4,
"avg": 21.9
}
],
"cloudrate": [
{
"date": "2026-05-30",
"max": 32.3,
"min": 16.2,
"avg": 22.4
},
{
"date": "2026-05-30",
"max": 26.4,
"min": 11.9,
"avg": 23.4
}
],
"pressure": [
{
"date": "2026-05-30",
"max": 34.8,
"min": 15.6,
"avg": 24.8
},
{
"date": "2026-05-30",
"max": 34.3,
"min": 18.9,
"avg": 19.9
},
{
"date": "2026-05-30",
"max": 34.3,
"min": 10.2,
"avg": 24.6
}
],
"visibility": [
{
"date": "2026-05-30",
"max": 31.8,
"min": 18.7,
"avg": 20.8
},
{
"date": "2026-05-30",
"max": 29.1,
"min": 13.3,
"avg": 20.4
}
],
"dswrf": [
{
"date": "2026-05-30",
"max": 29.6,
"min": 14.9,
"avg": 19.7
}
],
"wind": [
{
"date": "2026-05-30",
"max": {},
"min": {},
"avg": {}
}
],
"wind_08h_20h": [
{
"date": "2026-05-30",
"max": {},
"min": {},
"avg": {}
},
{
"date": "2026-05-30",
"max": {},
"min": {},
"avg": {}
},
{
"date": "2026-05-30",
"max": {},
"min": {},
"avg": {}
}
],
"wind_20h_32h": [
{
"date": "2026-05-30",
"max": {},
"min": {},
"avg": {}
},
{
"date": "2026-05-30",
"max": {},
"min": {},
"avg": {}
}
],
"skycon": [
{
"date": "2026-05-30",
"value": {}
},
{
"date": "2026-05-30",
"value": {}
},
{
"date": "2026-05-30",
"value": {}
}
],
"skycon_08h_20h": [
{
"date": "2026-05-30",
"value": {}
},
{
"date": "2026-05-30",
"value": {}
}
],
"skycon_20h_32h": [
{
"date": "2026-05-30",
"value": {}
},
{
"date": "2026-05-30",
"value": {}
},
{
"date": "2026-05-30",
"value": {}
}
],
"life_index": {
"ultraviolet": [
{},
{}
],
"carWashing": [
{}
],
"dressing": [
{}
],
"comfort": [
{},
{},
{}
],
"coldRisk": [
{}
]
},
"air_quality": {
"aqi": [
{},
{},
{}
],
"pm25": [
{}
]
}
}