Weather API

Weather forecast response

JSON

{
  "location": "New York",
  "temperature": {
    "value": 72,
    "unit": "F"
  },
  "conditions": "Partly Cloudy",
  "forecast": [
    {
      "day": "Mon",
      "high": 75,
      "low": 60
    },
    {
      "day": "Tue",
      "high": 78,
      "low": 62
    }
  ]
}

Stats

Related tools

Other examples