OpenWeatherMap · Example Payload

Current Weather Example

WeatherForecastClimateAir PollutionAir QualitySolarGeocodingHistoryMapsRoad RiskPublic APIs

Current Weather Example is an example object payload from OpenWeatherMap, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationrequestresponse

Example Payload

Raw ↑
{
  "operation": "getCurrentWeather",
  "request": {
    "method": "GET",
    "url": "https://api.openweathermap.org/data/2.5/weather?lat=44.34&lon=10.99&units=metric&appid={API_KEY}"
  },
  "response": {
    "coord": { "lon": 10.99, "lat": 44.34 },
    "weather": [
      { "id": 501, "main": "Rain", "description": "moderate rain", "icon": "10d" }
    ],
    "base": "stations",
    "main": {
      "temp": 12.36,
      "feels_like": 11.65,
      "temp_min": 11.45,
      "temp_max": 13.21,
      "pressure": 1015,
      "humidity": 87,
      "sea_level": 1015,
      "grnd_level": 933
    },
    "visibility": 10000,
    "wind": { "speed": 2.66, "deg": 200, "gust": 4.12 },
    "rain": { "1h": 1.27 },
    "clouds": { "all": 100 },
    "dt": 1748505600,
    "sys": {
      "type": 2,
      "id": 2004688,
      "country": "IT",
      "sunrise": 1748490231,
      "sunset": 1748545392
    },
    "timezone": 7200,
    "id": 3163858,
    "name": "Zocca",
    "cod": 200
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/current-weather-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.