天气查询
GET
/v3/weather/weatherInfo
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://restapi.amap.com/v3/weather/weatherInfo?Key='
响应示例响应示例
{
"status": "1",
"count": "1",
"info": "OK",
"infocode": "10000",
"lives": [
{
"province": "北京",
"city": "东城区",
"adcode": "110101",
"weather": "阴",
"temperature": "8",
"winddirection": "南",
"windpower": "≤3",
"humidity": "20",
"reporttime": "2022-03-22 16:10:59"
}
]
}
请求参数
Query 参数
extensions
string
可选
output
string
可选
返回响应
修改于 2022-03-22 08:34:03