Weather API 개요
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Weather API를 사용하면 전 세계 위치의 실시간 초지역 날씨 데이터를 요청할 수 있습니다. 날씨 정보에는 온도, 강수량, 습도 등이 포함됩니다.
특정 위도와 경도의 위치에 대해 API는 다음을 쿼리할 수 있는 엔드포인트를 제공합니다.
- 현재 날씨: 현재 기상 상황입니다.
- 시간별 예보: 모든 요소에 대해 최대 240시간의 예상 상태를 제공합니다.
- 일일 예측: 모든 요소에 대해 최대 10일간의 예상 조건입니다.
- 시간별 기록: 모든 요소의 캐시된 과거 상태를 최대 24시간까지 표시합니다.
Weather API의 기능
날씨 API 데이터에는 다음이 포함됩니다.
- 날씨 상황 및 아이콘: 현재 날씨 상황을 나타내는 설명과 해당 아이콘입니다 (예: '흐림' 또는 '눈 소나기').
- 온도: 최저, 최고, 체감 온도입니다.
- 강수량: 총 강수량 및 강수 유형 (눈, 비, 얼음, 혼합)
- 바람: 평균 체감 온도, 풍향, 최대 풍속, 돌풍
- 얼음 두께: 얼음의 두께입니다.
- 습도: 이슬점, 체감 온도, 습구 온도, 상대 습도
- 자외선 지수: 자외선 (UV) 지수입니다.
- 뇌우 확률: 뇌우가 발생할 확률(%)입니다.
- 가시거리: 물체가 명확하게 보이는 거리입니다.
- 기압: 평균 해수면 기압입니다.
- 태양 및 달 이벤트: 일출, 일몰, 월출, 월몰 시간
- 구름 덮임: 하늘을 덮고 있는 구름의 비율입니다.
날씨 API 사용 방법
다음 단계
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-29(UTC)
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[],[],null,["# Weather API overview\n\nThe Weather API lets you request real-time, hyperlocal weather data for\nlocations around the world. Weather information includes temperature,\nprecipitation, humidity, and more.\n\nFor a location at a given latitude and longitude, the API provides endpoints\nthat let you query:\n\n- **Current conditions:** The current weather conditions.\n- **Hourly forecast:** Up to 240 hours of forecasted conditions for all elements.\n- **Daily forecast:** Up to 10 days of forecasted conditions for all elements.\n- **Hourly history:** Up to 24 hours of cached past conditions for all elements.\n\nFeatures of the Weather API\n---------------------------\n\nWeather API data includes the following:\n\n- **Weather conditions and icons:** A description and corresponding icon indicating the current weather conditions (for example, \"Cloudy\" or \"Scattered snow showers\").\n- **Temperature:** Minimum, maximum, and apparent (\"feels like\") temperatures.\n- **Precipitation:** Total precipitation and precipitation type (snow, rain, ice, mix).\n- **Wind:** Average windchill, wind direction, maximum speed, and gust.\n- **Ice thickness:** Thickness of ice.\n- **Humidity:** Dew point, heat index, wet-bulb temperature, and relative humidity.\n- **UV index:** Ultraviolet (UV) index.\n- **Thunderstorm probability:** The percent chance of a thunderstorm occurring.\n- **Visibility:** The distance at which an object is clearly visible.\n- **Air pressure:** The average sea level air pressure.\n- **Sun and moon events:** Sunrise, sunset, moonrise, and moonset times.\n- **Cloud cover:** The percentage of the sky covered by clouds.\n\nHow to use the Weather API\n--------------------------\n\n|---|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| 1 | **Get set up** | Start with [Set up your Google Cloud project](/maps/documentation/weather/cloud-setup) and complete the instructions that follow. |\n| 2 | **Get current conditions** | See [Get current conditions](/maps/documentation/weather/current-conditions). |\n| 3 | **Get hourly forecast** | See [Get hourly forecast](/maps/documentation/weather/hourly-forecast). |\n| 4 | **Get daily forecast** | See [Get daily forecast](/maps/documentation/weather/daily-forecast). |\n| 5 | **Get hourly history** | See [Get hourly history](/maps/documentation/weather/hourly-history). |\n\nWhat's next\n-----------\n\n- [Set up your Google Cloud project](/maps/documentation/weather/cloud-setup)\n- [Get current conditions](/maps/documentation/weather/current-conditions)\n- [Get hourly forecast](/maps/documentation/weather/hourly-forecast)\n- [Get daily forecast](/maps/documentation/weather/daily-forecast)\n- [Get hourly history](/maps/documentation/weather/hourly-history)"]]