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 aquire this data

if
print
get
else

1 answer

The correct request to acquire weather data from a specific location would be a GET request.