Weatherbit · Schema

NormalsObj

WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

Properties

Name Type Description
month number Month number
temp number Average temperature
dewpt number Average dew point
max_wind_spd number Maximum wind speed
min_wind_spd number Minimum wind speed
wind_spd number Average wind speed
wind_dir number Average wind direction
precip number Average Liquid equivalent precipitation - Default (mm)
snow number Average Snowfall - Default (mm)
View JSON Schema on GitHub

JSON Schema

weatherbit-normalsobj-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NormalsObj",
  "title": "NormalsObj",
  "type": "object",
  "properties": {
    "month": {
      "type": "number",
      "description": "Month number",
      "example": 2.0
    },
    "temp": {
      "type": "number",
      "description": "Average temperature",
      "example": 30.0
    },
    "dewpt": {
      "type": "number",
      "description": "Average dew point",
      "example": 25.0
    },
    "max_wind_spd": {
      "type": "number",
      "description": "Maximum wind speed",
      "example": 5.0
    },
    "min_wind_spd": {
      "type": "number",
      "description": "Minimum wind speed",
      "example": 0.0
    },
    "wind_spd": {
      "type": "number",
      "description": "Average wind speed",
      "example": 2.0
    },
    "wind_dir": {
      "type": "number",
      "description": "Average wind direction",
      "example": 200.0
    },
    "precip": {
      "type": "number",
      "description": "Average Liquid equivalent precipitation - Default (mm)",
      "example": 3.1
    },
    "snow": {
      "type": "number",
      "description": "Average Snowfall - Default (mm)",
      "example": 30.5
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/weatherbit-normalsobj"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.