티스토리 뷰
OpenWeatherMap 날씨별 ID값의 의미
OpenWeatherMap 에서 query 를 날리면 그에 해당하는 ID 값과 Icon 이름명칭을 가져올수 있다.
또한 아래와 같이 날씨별 Icon 이미지를 제공하고 있다.
http://openweathermap.org/img/w/10d.png
Example
http://api.openweathermap.org/data/2.5/weather?q=London
{ "coord": { "lon": -0.13, "lat": 51.51 }, "weather": [ { "id": 500, "main": "Rain", "description": "light rain", "icon": "10n" } ], "base": "cmc stations", "main": { "temp": 286.164, "pressure": 1017.58, "humidity": 96, "temp_min": 286.164, "temp_max": 286.164, "sea_level": 1027.69, "grnd_level": 1017.58 }, "wind": { "speed": 3.61, "deg": 165.001 }, "rain": { "3h": 0.185 }, "clouds": { "all": 80 }, "dt": 1446583128, "sys": { "message": 0.003, "country": "GB", "sunrise": 1446533902, "sunset": 1446568141 }, "id": 2643743, "name": "London", "cod": 200 }
Icon List
Weather ID 별 자세한 날씨 정보 내용
참고 : http://openweathermap.org/weather-conditions
'Project > Alarm & Weather' 카테고리의 다른 글
날짜별 지역별 날씨 API 제공 사이트 총정리 (0) | 2016.09.04 |
---|
댓글