OpenWeatherMap · Example Payload

One Call Current Example

WeatherForecastClimateAir PollutionAir QualitySolarGeocodingHistoryMapsRoad RiskPublic APIs

One Call Current 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": "getOneCallCurrent",
  "request": {
    "method": "GET",
    "url": "https://api.openweathermap.org/data/4.0/onecall/current?lat=33.44&lon=-94.04&units=imperial&appid={API_KEY}"
  },
  "response": {
    "lat": 33.44,
    "lon": -94.04,
    "timezone": "America/Chicago",
    "timezone_offset": -18000,
    "current": {
      "dt": 1748505600,
      "sunrise": 1748518000,
      "sunset": 1748567000,
      "temp": 76.32,
      "feels_like": 76.92,
      "pressure": 1015,
      "humidity": 88,
      "dew_point": 72.59,
      "uvi": 0.85,
      "clouds": 0,
      "visibility": 10000,
      "wind_speed": 4.12,
      "wind_deg": 130,
      "weather": [
        { "id": 800, "main": "Clear", "description": "clear sky", "icon": "01d" }
      ]
    }
  }
}

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/one-call-current-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.