ColorfulClouds · Example Payload

Caiyun Weather Minutely Example

clear weather over the next 2 hours

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

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

Top-level fields

statusdatasourceprecipitation_2hprecipitationprobabilitydescription

Example Payload

Raw ↑
{
  "status": "ok",
  "datasource": "radar",
  "precipitation_2h": [
    19.31,
    30.68,
    41.92
  ],
  "precipitation": [
    29.63,
    17.99,
    52.57
  ],
  "probability": [
    19.0,
    33.0
  ],
  "description": "clear weather over the next 2 hours"
}