ColorfulClouds · Example Payload

Caiyun Weather Precipitation Example

WeatherForecastingAir QualityPrecipitationHyperlocalGeospatialChina

Caiyun Weather Precipitation 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

localnearest

Example Payload

Raw ↑
{
  "local": {
    "status": "ok",
    "datasource": "radar",
    "intensity": 0.0
  },
  "nearest": {
    "status": "ok",
    "distance": 8.7,
    "intensity": 0.4
  }
}