Questions tagged [weather-api]

An API dedicated to weather forecasts

An API dedicated to weather forecasts


Related tags

568 questions
4
votes
2 answers

Yahoo weather api, how to fetch condition icons by condition code?

I'm trying to find links to weather condition images for Yahoo weather api. I get condition codes in JSON response, guess images are based on them. Like for OpenWeatherMap you add condition code to main URL…
Jim H.
  • 285
  • 1
  • 2
  • 15
4
votes
2 answers

How to use the "Options" from the Darksky API to change the temperature from fahrenheit to celsius?

I have looked into the forecast io (Darksky) api document, and find there are options that can change the temperature to celsius. I'm not sure how to use the code they provided. Thanks for your help!
Taieb
  • 920
  • 3
  • 16
  • 37
4
votes
1 answer

How to get openweathermap.org info by zip?

I'm trying to retrieve weather info through openweathermap.org. No matter which zipcode I put in, it always return Not found city. http://api.openweathermap.org/data/2.5/weather?zip=98104,us&APPID=xxx {"cod":"404","message":"Error: Not found…
4thSpace
  • 43,672
  • 97
  • 296
  • 475
4
votes
1 answer

Yahoo Weather API Key Usage?

I am planning to develop an iOS weather application that is non-commercial which retrieves JSON feed from Yahoo's Weather API. Documentation: https://developer.yahoo.com/weather/ However, I don't understand the purpose of needing an API-Key? I am…
Miket25
  • 1,895
  • 3
  • 15
  • 29
4
votes
4 answers

Using OpenWeatherMap API Key

I get Exception "http://api.openweathermap.org/data/2.5/weather?q=Sydney". Can someone please help how to use it. Works fine with the web browser when i paste the…
Riaz Ud Din
  • 169
  • 1
  • 1
  • 11
4
votes
0 answers

Get current weather season by location?

This might be a long shot but I'm trying to find an API that gets the current weather season (simply Summer, Spring, Winter or Autumn) by location. I know there are numerous APIs to get the current weather, so far I can't find one that returns the…
j.grima
  • 1,831
  • 3
  • 23
  • 45
4
votes
5 answers

Parse Json into Java Object

I've very less experience with Json and I've to parse a complex Json to Java Objects. I've tried several approaches without success... I'm getting a weather forecast for my city in Json format and I need to parse that Json data into Java…
typhon
  • 73
  • 1
  • 1
  • 7
4
votes
2 answers

How to get precipitation/rainfall through weather api?

I tired Open Weather Map because the docs say it has "rain", but when I call it it doesn't. So I tried Python Weather API but none of those options from weather.com, noaa, or yahoo weather have rainfall or precipitation. So I tried Wunderground but…
Charles Clayton
  • 17,005
  • 11
  • 87
  • 120
4
votes
1 answer

Open weather map API , couldn't get JSON, but getting JSONP and couldnt make asynchronous call

Am getting longitude and latitude values from google's webserivce and passing the values to open weather map api to get the temperature values. Code below function getWeatherData(latitude, longitude) { var temperature =…
Arun
  • 3,440
  • 11
  • 60
  • 108
4
votes
6 answers

How can i find APIs for a weather forcast websites?

I making a java application that give the user notification with the weather conditions. i used the yahoo weather API provided by yahoo like that link : http://weather.yahooapis.com/forecastrss?w=2502265 and all i have to do is to change the eight…
Muhammed Refaat
  • 8,914
  • 14
  • 83
  • 118
4
votes
5 answers

Getting the weather in current location from Latitude and Longitude in iPhone

I have current location Latitude[17.382042000000000000] and Longitude[78.481727299999990000]. Is there any way find out the weather based on these Latitude and Longitude? Is there any third party free APIs for finding the weather based on these…
user2082055
4
votes
1 answer

National Weather Service (NOAA) REST API returns nil for parameters of forecast

I am using the NWS REST API as my weather service for an app I am making. I was initially reluctant to use NWS because of its bad documentation, but I couldn't resist as it is offered completely free. Now that I am trying to use it, I am running…
Kyle Rosenbluth
  • 1,672
  • 4
  • 22
  • 38
4
votes
2 answers

Turning weather layer on/off combined with other selections

I tried to implement this code (http://stackoverflow.com/questions/10318316/how-to-hide-or-display-a-google-maps-layer/) on my page, to put the weather/clouds on/off my map, but somehow it interferes with my current code. I tried the two options…
Frank
  • 81
  • 1
  • 8
3
votes
1 answer

Google Weather API temperature conversion

Google weather API shows temperature in Fahrenheit. After watching this post, I was able to convert temperature from F to C. However, it shows like 17.222222222222° C - 28.888888888889° C, Clear. How can i make it only 17° C-28° C. Thanks in…
Adnan
  • 8,468
  • 9
  • 29
  • 45
3
votes
1 answer

Match background with users current weather conditions

I am new to React, trying to learn and I have this unsolvable problem. I have developed a weather app, I'm still working on it, but at this moment I am stuck for 3 days trying to have a background image that changes depending on the users weather…
1 2
3
37 38