Open-Meteo · Schema

Open-Meteo Air Quality Response

Response schema for the Open-Meteo Air Quality API providing hourly pollutant forecasts

WeatherForecastHistorical WeatherAir QualityMarineClimateOpen-SourceFree

Properties

Name Type Description
latitude number
longitude number
generationtime_ms number
utc_offset_seconds integer
timezone string
timezone_abbreviation string
elevation number
hourly_units object
hourly object
View JSON Schema on GitHub

JSON Schema

open-meteo-air-quality-response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/open-meteo/main/json-schema/open-meteo-air-quality-response.json",
  "title": "Open-Meteo Air Quality Response",
  "description": "Response schema for the Open-Meteo Air Quality API providing hourly pollutant forecasts",
  "type": "object",
  "properties": {
    "latitude": { "type": "number" },
    "longitude": { "type": "number" },
    "generationtime_ms": { "type": "number" },
    "utc_offset_seconds": { "type": "integer" },
    "timezone": { "type": "string" },
    "timezone_abbreviation": { "type": "string" },
    "elevation": { "type": "number" },
    "hourly_units": {
      "type": "object",
      "additionalProperties": { "type": "string" }
    },
    "hourly": {
      "type": "object",
      "properties": {
        "time": {
          "type": "array",
          "items": { "type": "string" }
        },
        "pm10": {
          "type": "array",
          "items": { "type": "number" },
          "description": "Particulate matter with diameter smaller than 10 micrometres (μg/m³)"
        },
        "pm2_5": {
          "type": "array",
          "items": { "type": "number" },
          "description": "Particulate matter with diameter smaller than 2.5 micrometres (μg/m³)"
        },
        "carbon_monoxide": {
          "type": "array",
          "items": { "type": "number" },
          "description": "Carbon monoxide concentration (μg/m³)"
        },
        "nitrogen_dioxide": {
          "type": "array",
          "items": { "type": "number" },
          "description": "Nitrogen dioxide concentration (μg/m³)"
        },
        "sulphur_dioxide": {
          "type": "array",
          "items": { "type": "number" },
          "description": "Sulphur dioxide concentration (μg/m³)"
        },
        "ozone": {
          "type": "array",
          "items": { "type": "number" },
          "description": "Ozone concentration (μg/m³)"
        },
        "uv_index": {
          "type": "array",
          "items": { "type": "number" },
          "description": "UV index"
        },
        "european_aqi": {
          "type": "array",
          "items": { "type": "integer" },
          "description": "European Air Quality Index"
        },
        "us_aqi": {
          "type": "array",
          "items": { "type": "integer" },
          "description": "United States Air Quality Index"
        }
      },
      "additionalProperties": {
        "type": "array",
        "items": {}
      }
    }
  },
  "required": ["latitude", "longitude", "generationtime_ms", "utc_offset_seconds", "timezone", "timezone_abbreviation", "elevation"]
}

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/open-meteo-air-quality-response"
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 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.