Weatherbit · Example Payload

Weatherbit Forecast Example

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

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

Top-level fields

tstimestamp_localtimestamp_utcdatetimesnowpreciptempdewptmax_tempmin_tempapp_max_tempapp_min_temprhcloudsweatherslppresuvvispopmoon_phasesunrise_tssunset_tsmoonrise_tsmoonset_tspodwind_spdwind_dirwind_cdirwind_cdir_full

Example Payload

Raw ↑
{
  "ts": 1551718800,
  "timestamp_local": "2019-03-04 12:00:00",
  "timestamp_utc": "2019-03-04 17:00:00",
  "datetime": "2019-03-04:17",
  "snow": 10.45,
  "precip": 1.1,
  "temp": 1.0,
  "dewpt": 1.0,
  "max_temp": 1.5,
  "min_temp": -1.23,
  "app_max_temp": 4.0,
  "app_min_temp": -2.0,
  "rh": 95,
  "clouds": 100,
  "weather": {
    "icon": "s02n",
    "code": 601,
    "description": "Snow"
  },
  "slp": 1012.89,
  "pres": 1005.0,
  "uv": 6.5,
  "vis": 3.0,
  "pop": 75.0,
  "moon_phase": 0.87,
  "sunrise_ts": 1530331260,
  "sunset_ts": 1530331260,
  "moonrise_ts": 1530331260,
  "moonset_ts": 1530331260,
  "pod": "n",
  "wind_spd": 13.85,
  "wind_dir": 105,
  "wind_cdir": "ENE",
  "wind_cdir_full": "East-North-East"
}

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/weatherbit-forecast-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 email required.

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