Result Weather
INI HANYA EXAMPLE !!
https://apitrojans.xyz/weather?city=jakarta&apikey=apikey
{
"request": {
"type": "City",
"query": "Jakarta, Indonesia",
"language": "en",
"unit": "m"
},
"location": {
"name": "Jakarta",
"country": "Indonesia",
"region": "Jakarta Raya",
"lat": "-6.215",
"lon": "106.845",
"timezone_id": "Asia/Jakarta",
"localtime": "2020-07-07 16:09",
"localtime_epoch": 1594138140,
"utc_offset": "7.0"
},
"current": {
"observation_time": "09:09 AM",
"temperature": 32,
"weather_code": 116,
"weather_icons": [
"https://assets.weatherstack.com/images/wsymbols01_png_64/wsymbol_0002_sunny_intervals.png"
],
"weather_descriptions": [
"Partly cloudy"
],
"wind_speed": 24,
"wind_degree": 70,
"wind_dir": "ENE",
"pressure": 1007,
"precip": 0,
"humidity": 59,
"cloudcover": 25,
"feelslike": 36,
"uv_index": 8,
"visibility": 10,
"is_day": "yes"
}
}