I need your help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need your help

How to make an API call using python API call https://api.openweathermap.org/data/2.5/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key} Parameters lat, lon required Geographical coordinates (latitude, longitude) appid required Your unique API key (you can always find it on your account page under the "API key" tab) exclude optional By using this parameter you can exclude some parts of the weather data from the API response. It should be a comma-delimited list (without spaces). Available values: current minutely hourly daily alerts units optional Units of measurement. standard, metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default. Learn more lang optional You can use the lang parameter to get the output in your language. Learn more

25th Mar 2021, 9:53 AM
Asmaa Al Qasab
Asmaa Al Qasab - avatar
2 Answers
25th Mar 2021, 9:55 AM
Slick
Slick - avatar
0
thank you l’ll try it
25th Mar 2021, 9:57 AM
Asmaa Al Qasab
Asmaa Al Qasab - avatar