Question

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

Answers

Answered by GPT-4o mini
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**
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions