-
-
Save lalithabacies/c8f973dc6754384d6cade282b64a8cb1 to your computer and use it in GitHub Desktop.
BIT.LY link zu dieser Seite: | |
https://bit.ly/weather-api | |
API Key: | |
bd5e378503939ddaee76f12ad7a97608 | |
API Doku: | |
http://openweathermap.org/current | |
How to use an API key: | |
http://openweathermap.org/appid#use |
not working for onecall 3.0
What is the specific error message you are receiving?
not working for onecall 3.0
What is the specific error message you are receiving?
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.openweathermap.org/data/3.0/onecall?lat=6.465422&lon=3.406448&appid=Bd5e378503939ddaee76f12ad7a97608
key are not working
Still working, Thanks!
key are not working
it works
lmao it is still working, i wonder who is paying for this
thanks bro still working
working perfectly
Still works, Thank you!
thank
{
"cod": 401,
"message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info."
}
thank, working.
thank you :) still woking ...
{
"cod": 401,
"message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info."
}
Not working for https://api.openweathermap.org/data/2.5/onecall
Thank you
works as of 22 05 2025
thank you
works as of 27 03 2025
Thank you ! Help me a lot
@yatao-zhuozhuo
can u tell me how to use this key? still not working on me
{
cod: 401,
message: 'Invalid API key. Please see https://openweathermap.org/faq#error401 for more info.'
}
account has been blocked
i can confirm that on 27th april the key still works
url:https://api.openweathermap.org/data/2.5/weather?q=London&appid=bd5e378503939ddaee76f12ad7a97608&units=metric
{
"coord": {
"lon": -0.1257,
"lat": 51.5085
},
"weather": [
{
"id": 721,
"main": "Haze",
"description": "haze",
"icon": "50d"
}
],
"base": "stations",
"main": {
"temp": 8.26,
"feels_like": 8.26,
"temp_min": 7.53,
"temp_max": 8.89,
"pressure": 1026,
"humidity": 95,
"sea_level": 1026,
"grnd_level": 1021
},
"visibility": 2900,
"wind": {
"speed": 0,
"deg": 0
},
"clouds": {
"all": 100
},
"dt": 1745735677,
"sys": {
"type": 1,
"id": 1414,
"country": "GB",
"sunrise": 1745728782,
"sunset": 1745781377
},
"timezone": 3600,
"id": 2643743,
"name": "London",
"cod": 200
}
works as of 05 05 2025
Thank You
Work, Thank You
Можу підтвердити, що 27 квітня ключ все ще працює. URL-адреса: https://api.openweathermap.org/data/2.5/weather?q=London&appid=bd5e378503939ddaee76f12ad7a97608&units=metric
{ "coord": { "lon": -0.1257, "lat": 51.5085 }, "weather": [ { "id": 721, "main": "Haze", "description": "haze", "icon": "50d" } ], "base": "stations", "main": { "temp": 8.26, "feels_like": 8.26, "temp_min": 7.53, "temp_max": 8.89, "pressure": 1026, "humidity": 95, "sea_level": 1026, "grnd_level": 1021 }, "visibility": 2900, "wind": { "speed": 0, "deg": 0 }, "clouds": { "all": 100 }, "dt": 1745735677, "sys": { "type": 1, "id": 1414, "country": "GB", "sunrise": 1745728782, "sunset": 1745781377 }, "timezone": 3600, "id": 2643743, "name": "London", "cod": 200 }
this code can be written in a simple notepad and saved in an html file, replacing the icon with any .ico
if something doesn't work, you can create your own icon from any photo on the internet directly from .png to .ico
Thank you all for your attention))
There is also an option to replace the weather city with your own instead of "London" and specify your API-Key.
Можу підтвердити, що 27 квітня ключ все ще працює. URL-адреса: https://api.openweathermap.org/data/2.5/weather?q=London&appid=bd5e378503939ddaee76f12ad7a97608&units=metric
{ "coord": { "lon": -0.1257, "lat": 51.5085 }, "weather": [ { "id": 721, "main": "Haze", "description": "haze", "icon": "50d" } ], "base": "stations", "main": { "temp": 8.26, "feels_like": 8.26, "temp_min": 7.53, "temp_max": 8.89, "pressure": 1026, "humidity": 95, "sea_level": 1026, "grnd_level": 1021 }, "visibility": 2900, "wind": { "speed": 0, "deg": 0 }, "clouds": { "all": 100 }, "dt": 1745735677, "sys": { "type": 1, "id": 1414, "country": "GB", "sunrise": 1745728782, "sunset": 1745781377 }, "timezone": 3600, "id": 2643743, "name": "London", "cod": 200 }
![]()
![]()
this code can be written in a simple notepad and saved in an html file, replacing the icon with any .ico if something doesn't work, you can create your own icon from any photo on the internet directly from .png to .ico Thank you all for your attention)) There is also an option to replace the weather city with your own instead of "London" and specify your API-Key.
Added more accuracy and shows how to replace HPA with mercury column.
thank you
thank you
here is my final work.
I did a city search, added exact city coordinates, dark and light design, added a city search, which can be activated by pressing the "Enter" button or the next button on the phone keyboard, a 3-day weather forecast and expected day/night temperature, added the probability of precipitation so that it wouldn't be boring, added 3 popular radio stations that immediately play the air without transitions.
nothing superfluous))
not working for onecall 3.0