About 149,000 results
Open links in new tab
  1. Invalid API Key in OpenWeatherMap (Error 401) - Stack Overflow

    Jun 17, 2022 · Closed 2 years ago. 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 …

  2. OpenWeather API - Pulling JSON data out - Stack Overflow

    Sep 20, 2013 · I'm writing a little JavaScript to pull information from JSON that contains name, longitude, latitude and openweather API call. What I need is to get the API information out of …

  3. How can i use city name instead of lat and log in OpenWeather API?

    Dec 19, 2020 · Good evening! So basically I want to get weather data from OpenWeather API. Previously I used a different API from this site and there I could use city name to get weather …

  4. A way to access list of city names (OpenWeatherMap)

    Feb 15, 2021 · Perhaps the OpenWeather Geocoding API was not available in 2021 but it is now. You can use this API to search for cities around the world from their weather database.

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

    Jun 14, 2020 · I'm creating a simple weather React app using the Open Weather API. I'm also using an external library for the weather icons. A user inputs the city name and gets the …

  6. 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 …

  7. Using OpenWeatherMap API gives 401 error - Stack Overflow

    Mar 11, 2016 · You are using wrong API key in API request. Please, check your right API key in personal account. You have free subscription and try to get access to our paid services (for …

  8. How do I get geolocation in openweather API - Stack Overflow

    Nov 27, 2015 · Lets try it , I hope that is a better solution to get current weather via using geolacation and Openweather API . Simply pass your Openweather API Key , you will get a …

  9. 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 …

  10. Temperature conversion with openweathermap API - Stack Overflow

    Jun 11, 2016 · 8 Although writing those kind of functions for training is always good, answering your main question according to openweathermap API unit conversion support: You can pass: …