About 2,060,000 results
Open links in new tab
  1. OpenWeather API latitude and longitude is not returning the correct ...

    Nov 14, 2023 · 0 I want to be able to look up a city and get the weather information, but with the OpenWeatherMap API, the Geocoding doesn't give the weather information. It does give the latitude …

  2. Is there a way to get past precipitation data in OpenWeatherMap API?

    Apr 14, 2024 · Using OpenWeatherMap API (onecall 2.5), using 6 days of previous weather data in a certain area, why is there no precipitation in the JSON data? Is there any data for this, and if there is, …

  3. Invalid API Key in OpenWeatherMap (Error 401) - Stack Overflow

    Jun 17, 2022 · I'm trying to make an API call to OpenWeatherMap. When I execute flutter run in the terminal, the response.statusCode prints 401 which is code for Invalid API Key, although I have …

  4. How to display openweathermap weather icon - Stack Overflow

    To display the OpenWeatherMap weather icons, you can utilize the icon codes provided by the OpenWeatherMap API. Each weather condition in the API response includes an icon code that …

  5. javascript - How to use `timezone` from OpenWeatherMap API …

    Dec 5, 2021 · By looking at the OpenWeatherMap API I can see that the response contains a "timezone"-property which gives you the shift in seconds from UTC time for that city.

  6. How to find 7 days weather forecast in openweather API?

    Sep 21, 2020 · I am trying to find 7 days weather forecast using openweather API , but when I am calling the openweather API then the data are not coming for the current location, can anyone guide me to …

  7. Understanding the Result from openweathermap in Json format

    Jun 26, 2015 · Understanding the Result from openweathermap in Json format Asked 10 years, 6 months ago Modified 9 years, 10 months ago Viewed 10k times

  8. Openweathermap API get HIGH and LOW temperature of the day

    May 5, 2016 · For the Current Weather API of OpenWeatherMap the max and min temp are based on the current temperature. Meaning if the temp is 70 degrees the min is probably 69 degrees and the …

  9. Javascript and HTML (yes) - OpenWeatherMap API - Stack Overflow

    Oct 6, 2022 · Javascript and HTML (yes) - OpenWeatherMap API - how to search cities and get the data from them? Asked 3 years, 3 months ago Modified 3 years, 3 months ago Viewed 974 times

  10. How to obtain Open Weather API date/time from city being fetched?

    Jun 14, 2020 · 0 If your main concern is about whatever the icons are shown as day or night time when the API already has a built-in set of icons and data to determine wherever it's day time or night time, …