Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

'dewpoint' unavailible in 'current' #10

Open
Ckoshnick opened this issue Nov 5, 2020 · 0 comments
Open

'dewpoint' unavailible in 'current' #10

Ckoshnick opened this issue Nov 5, 2020 · 0 comments

Comments

@Ckoshnick
Copy link

'historical' hourly and 'forecast' hourly both contain the 'dewpoint' data point, but the 'current' API request does not return a 'dewpoint'.

From the API documentation:

{
"request": {
"type": "City",
"query": "New York, United States of America",
"language": "en",
"unit": "m"
},
"location": {
"name": "New York",
"country": "United States of America",
"region": "New York",
"lat": "40.714",
"lon": "-74.006",
"timezone_id": "America/New_York",
"localtime": "2019-09-07 08:14",
"localtime_epoch": 1567844040,
"utc_offset": "-4.0"
},
"current": {
"observation_time": "12:14 PM",
"temperature": 13,
"weather_code": 113,
"weather_icons": [
"https://assets.weatherstack.com/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
],
"weather_descriptions": [
"Sunny"
],
"wind_speed": 0,
"wind_degree": 349,
"wind_dir": "N",
"pressure": 1010,
"precip": 0,
"humidity": 90,
"cloudcover": 0,
"feelslike": 13,
"uv_index": 4,
"visibility": 16
}

}

Why is this? Can this be added?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant