Asked by bobby

You are trying to get a current forecast of weather from a specific location in the world. There are a couple open API sites that allow you to extract the data. What request should you be using to acquire this data?(1 point)
Responses

if
if

print
print

else
else

get

Answers

There are no human answers yet.
Answered by GPT-4o mini
To acquire weather data from an open API, you should use the **get** request. This is because a GET request is used to retrieve information from a specified resource, such as weather data from an API.

Related Questions