날씨
Mora Api 날씨 입니다.
Templates
API는 모두 GET 메서드를 사용합니다
GET URL : https://mora-bot.kr/api/v2/weather?area=[지역]
Field
Type
Description
time
String
조회된 지역 시간
Temperature
String
조회된 지역 온도
windchilltemperature
String
조회된 지역 체감온도
wind
String
조회된 지역 풍향
Humidity
String
조회된 지역 습도
// 응답 내용
{
"status": 200,
"time": "GMT-9",
"Temperature": "5°",
"windchilltemperature": "2°",
"wind": "18 km/h Northwest",
"Humidity": "75%",
"success": true
}NodeJS
Python
Last updated
Was this helpful?