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 forecast data from a specific location using an API, the most common request method is "GET".