請求參數{
"lat": "",
"lon": "",
"appid": "",
"mode": "",
"units": "",
"lang": ""
}
返回參數
{
"coord.lon": "地點的經度",
"coord.lat": "",
"weather.id": "",
"weather.main": "",
"weather.description": "",
"weather.icon": "",
"base": "",
"main.temp": "",
"main.feels_like": "",
"main.pressure": "",
"main.humidity": "",
"main.temp_min": "",
"main.temp_max": "",
"main.sea_level": "",
"main.grnd_level": "",
"visibility": "",
"wind.speed": "",
"wind.deg": "",
"wind.gust": "",
"clouds.all": "",
"rain.1h": "",
"rain.3h": "",
"snow.1h": "",
"snow.3h": "",
"dt": "",
"sys.type": "",
"sys.id": "",
"sys.message": "",
"sys.country": "",
"sys.sunrise": "",
"sys.sunset": "",
"timezone": "",
"id": "",
"name": "",
"cod": ""
}
錯誤碼
{
"400": "錯誤",
"401": "錯誤",
"404": "未找到錯誤404。如果服務數據庫中不存在請求參數(",
"429": "錯誤",
"5xx": "錯誤"
}