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

else
else

if
if

get
get

print

1 answer

To acquire weather data from an open API, you should be using the "get" request. This is commonly used in REST APIs to retrieve data from a specified resource.

So, the correct response is:

get