🔎
GET
Usually means “give me information.” In this example, it asks for the weather data for a specific city.
Use this simulator to make a simple API request yourself. Choose a city, send the request, and watch the weather data come back in the response.
This simulates a GET request to a weather API.
Usually means “give me information.” In this example, it asks for the weather data for a specific city.
The city name is the input. APIs often need one or more input values so they know exactly what information to return.
The response contains useful information such as temperature, conditions, humidity, and wind.