{ "opencollection": "1.0.0", "info": { "name": "Caiyun Weather Air Quality Forecast API", "version": "2.6" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Forecast", "type": "folder" }, "items": [ { "info": { "name": "Caiyun Weather Get Minutely Precipitation Forecast", "type": "http" }, "http": { "method": "GET", "url": "https://api.caiyunapp.com/v2.6/:token/:lnglat/minutely", "params": [ { "name": "token", "value": "TAkhjf8d1nlSlspN", "type": "path", "description": "Caiyun Weather API token issued by the Open Platform (platform.caiyunapp.com). Embedded in the path rather than a header." }, { "name": "lnglat", "value": "116.4074,39.9042", "type": "path", "description": "Longitude,latitude tuple as `lng,lat` (note the order — longitude first). Use WGS84 decimal degrees." }, { "name": "lang", "value": "en_US", "type": "query", "description": "Response language for description fields." }, { "name": "unit", "value": "metric:v2", "type": "query", "description": "Unit system for numeric values (temperature, wind, precipitation, pressure)." } ] }, "docs": "Returns 120-minute minute-level precipitation nowcast (mm/hr) and per-minute probability series for the requested location, plus a natural-language summary of the precipitation pattern." }, { "info": { "name": "Caiyun Weather Get Hourly Weather Forecast", "type": "http" }, "http": { "method": "GET", "url": "https://api.caiyunapp.com/v2.6/:token/:lnglat/hourly", "params": [ { "name": "token", "value": "TAkhjf8d1nlSlspN", "type": "path", "description": "Caiyun Weather API token issued by the Open Platform (platform.caiyunapp.com). Embedded in the path rather than a header." }, { "name": "lnglat", "value": "116.4074,39.9042", "type": "path", "description": "Longitude,latitude tuple as `lng,lat` (note the order — longitude first). Use WGS84 decimal degrees." }, { "name": "lang", "value": "en_US", "type": "query", "description": "Response language for description fields." }, { "name": "unit", "value": "metric:v2", "type": "query", "description": "Unit system for numeric values (temperature, wind, precipitation, pressure)." }, { "name": "hourlysteps", "value": "72", "type": "query", "description": "Number of hourly forecast steps to return." }, { "name": "begin", "value": "1748563200", "type": "query", "description": "Anchor the forecast or historical series at a specific Unix epoch second instead of \"now\". Used to fetch past 24h (historical) or shift the start of the forecast window." } ] }, "docs": "Returns hourly forecast series for up to 360 hours covering temperature, apparent temperature, humidity, cloud cover, sky condition, precipitation (value + probability), pressure, visibility, downward shortwave radiation, wind, and air quality (AQI + PM2.5). When the begin parameter is supplied the series is anchored at that Unix epoch second instead of \"now\"." }, { "info": { "name": "Caiyun Weather Get Daily Weather Forecast", "type": "http" }, "http": { "method": "GET", "url": "https://api.caiyunapp.com/v2.6/:token/:lnglat/daily", "params": [ { "name": "token", "value": "TAkhjf8d1nlSlspN", "type": "path", "description": "Caiyun Weather API token issued by the Open Platform (platform.caiyunapp.com). Embedded in the path rather than a header." }, { "name": "lnglat", "value": "116.4074,39.9042", "type": "path", "description": "Longitude,latitude tuple as `lng,lat` (note the order — longitude first). Use WGS84 decimal degrees." }, { "name": "lang", "value": "en_US", "type": "query", "description": "Response language for description fields." }, { "name": "unit", "value": "metric:v2", "type": "query", "description": "Unit system for numeric values (temperature, wind, precipitation, pressure)." }, { "name": "dailysteps", "value": "7", "type": "query", "description": "Number of daily forecast days to return. Free tier caps at 3." }, { "name": "begin", "value": "1748563200", "type": "query", "description": "Anchor the forecast or historical series at a specific Unix epoch second instead of \"now\". Used to fetch past 24h (historical) or shift the start of the forecast window." } ] }, "docs": "Returns daily forecast series for up to 15 days covering astronomical sunrise/sunset, precipitation, temperature, humidity, cloud cover, pressure, visibility, downward shortwave radiation, wind, sky condition, air quality, and life indices. Includes daytime (08h-20h) and nighttime (20h-32h) splits for skycon, precipitation, temperature, and wind. Free tier returns 3 days; paid tiers extend to 15." } ] } ], "bundled": true }