Response
URL: https://api.weatherbit.io/v2.0/current?lat=40.730610&lon=-73.935242&key=f31e5b7ebb9a49368902f606f5ae5e96
Status code: 200
Content Type: null
Request Headers
Authorization=Bearerf31e5b7ebb9a49368902f606f5ae5e96
Accept=*/*
Content Body
Request Cookies
Response Headers
server: openresty/1.19.3.1
date: Sat, 29 Apr 2023 04:23:58 GMT
content-type: application/json; charset=utf-8
transfer-encoding: chunked
keep-alive: timeout=5
x-ratelimit-limit: 1500
x-ratelimit-remaining: 1482
x-ratelimit-reset: 1682812799
x-proxy-cache: HIT
access-control-allow-origin: *
access-control-allow-methods: GET, OPTIONS, POST
access-control-allow-headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
access-control-expose-headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
content-encoding: gzip
Response Body
{
"count": 1,
"data": [
{
"app_temp": 4,
"aqi": 51,
"city_name": "Blissville",
"clouds": 96,
"country_code": "US",
"datetime": "2023-04-29:04",
"dewpt": 5.9,
"dhi": 0,
"dni": 0,
"elev_angle": -33.28,
"ghi": 0,
"gust": 9.15625,
"h_angle": -90,
"lat": 40.7306,
"lon": -73.9352,
"ob_time": "2023-04-29 04:08",
"pod": "n",
"precip": 1.6908244,
"pres": 1015,
"rh": 89,
"slp": 1015.12305,
"snow": 0,
"solar_rad": 0,
"sources": [
"rtma"
],
"state_code": "NY",
"station": "F3259",
"sunrise": "09:57",
"sunset": "23:50",
"temp": 7.2,
"timezone": "America/New_York",
"ts": 1682741309,
"uv": 0,
"vis": 15,
"weather": {
"description": "Light rain",
"code": 500,
"icon": "r01n"
},
"wind_cdir": "ENE",
"wind_cdir_full": "east-northeast",
"wind_dir": 59,
"wind_spd": 5.2709227
}
]
}