Global Weather API
收藏RapidAPI2026-07-04 更新2026-07-06 收录
下载链接:
https://rapidapi.com/quarksol-quarksol-default/api/global-weather-api3
下载链接
链接失效反馈官方服务:
资源简介:
A fast, lightweight weather API for city lookups and current conditions.
创建时间:
2026-07-04
原始信息汇总
数据集概述:Global Weather API
基本信息
- 名称: Global Weather API
- 提供方: QuarkSol
- 类别: Weather
- 价格方案:
- BASIC: $0.00/月
- PRO: $1.00/月
- ULTRA: $3.00/月
- MEGA: $5.00/月
- 流行度: 8.5
- 服务级别: 100%
- 延迟: 2907ms
- 测试状态: N/A
功能描述
- 一个快速、轻量的天气API,用于城市查询和当前天气状况。
接口详情
-
端点:
POST /get_weather -
功能: 获取指定城市的当前天气。
-
请求参数:
参数 类型 必填 描述 citystring 是 城市名称(例如:London) -
示例请求体: json { "city": "London" }
-
示例响应体: json { "status": "completed", "extracted": { "city": "London", "temperature": "20.5°C", "condition": "Partly Cloudy", "humidity": "65%", "wind": "15 km/h" } }



