본문 바로가기
jsp

openwhethermap

by 신방동불주먹 2022. 11. 22.

날씨 API 받기

openwhethermap

 

https://openweathermap.org/

 

Сurrent weather and forecast - OpenWeatherMap

Access current weather data for any location on Earth including over 200,000 cities! The data is frequently updated based on the global and local weather models, satellites, radars and a vast network of weather stations. how to obtain APIs (subscriptions w

openweathermap.org

회원가입

id : kyourim@gmail.com

API keys:

c168dc0d16c03ee44e6656d0433bb676

 

 

 

 

 

 

<사용방법>

 

위도 경도별 날씨정보

https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={API key}

 

 

지역별 날씨 정보

https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}

 

'jsp' 카테고리의 다른 글

jsp_스크립트 요소  (0) 2022.11.22
jsp_지시어  (0) 2022.11.22
jsp_웹브라우저 설정  (0) 2022.11.21
jsp_utf8 인코딩설정  (0) 2022.11.21
jsp_환경변수 설정(jdk, tomcat)  (0) 2022.11.21