ColorfulClouds · Example Payload

Caiyun Weather Alert Content Item Example

Heavy rain expected in the next 6 hours.

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Caiyun Weather Alert Content Item Example is an example object payload from ColorfulClouds, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

provincestatuscodedescriptionpubtimestampcityadcoderegionIdlatloncountyalertIdrequest_statussourcetitlelocation

Example Payload

Raw ↑
{
  "province": "Beijing",
  "status": "active",
  "code": "0902",
  "description": "Heavy rain expected in the next 6 hours.",
  "pubtimestamp": 1748563200,
  "city": "Beijing",
  "adcode": "110108",
  "regionId": "110108",
  "latlon": [
    39.9042,
    39.9042
  ],
  "county": "Haidian",
  "alertId": "CMA-2026-001",
  "request_status": "ok",
  "source": "China Meteorological Administration",
  "title": "Beijing Yellow Rainstorm Warning",
  "location": "Beijing Haidian District"
}