調用天氣API
1.注冊 OpenWeatherMap 賬號
網址:https://openweathermap.org/city/2643743
進行注冊登錄
2.獲取 API Key(API 密鑰)
點擊右上角用戶名 → 選擇 “My API Keys”

3.調用測試 API 獲取天氣數據
主要 API 端點
當前天氣數據:https://api.openweathermap.org/data/2.5/weather?q={city}&appid={API key}
5天天氣預報:https://api.openweathermap.org/data/2.5/forecast?q={city}&appid={API key}
按坐標查詢:/weather?lat={lat}&lon={lon}
按城市ID查詢:/weather?id={city id}
按郵編查詢:/weather?zip={zip code}

浙公網安備 33010602011771號