I get this, but I’m copying and pasting the API key from the email I got from OpenWeater so I know it’s correct.
{“cod”:401, “message”: “Invalid API key. Please see Frequently Asked Questions - OpenWeatherMap for more info.”}
If I use this then it’s ok
http://api.openweathermap.org/data/2.5/weather?q=London,uk&APPID=
And I get this
{“coord”:{“lon”:-0.1257,“lat”:51.5085},“weather”:[{“id”:801,“main”:“Clouds”,“description”:“few clouds”,“icon”:“02n”}],“base”:“stations”,“main”:{“temp”:292.68,“feels_like”:292.49,“temp_min”:290.25,“temp_max”:293.76,“pressure”:1014,“humidity”:69},“visibility”:10000,“wind”:{“speed”:3.6,“deg”:100},“clouds”:{“all”:14},“dt”:1662326766,“sys”:{“type”:2,“id”:2075535,“country”:“GB”,“sunrise”:1662268666,“sunset”:1662316911},“timezone”:3600,“id”:2643743,“name”:“London”,“cod”:200}