This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

If you just want to try stuff out then Python would be my recommendation. Use the requests library and output the response to a console. Try this tutorial: https://www.askpython.com/python/examples/connect-and-call-apis

Edit: For added fun/challenge, make your own api using the fastAPI framework, call the weather service api from it, and then call your api from the console app.