WeatherAPI · JSON Structure

Weatherapi Pollen Structure

Pollen data in grains/m³. Returned when pollen=yes (Pro+ and above).

Type: object Properties: 7
WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Pollen is a JSON Structure definition published by WeatherAPI, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Hazel Alder Birch Oak Grass Mugwort Ragweed

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weatherapi/refs/heads/main/json-structure/weatherapi-pollen-structure.json",
  "name": "Pollen",
  "description": "Pollen data in grains/m³. Returned when pollen=yes (Pro+ and above).",
  "type": "object",
  "properties": {
    "Hazel": {
      "type": "double",
      "example": 1.0
    },
    "Alder": {
      "type": "double",
      "example": 1.0
    },
    "Birch": {
      "type": "double",
      "example": 1.0
    },
    "Oak": {
      "type": "double",
      "example": 1.0
    },
    "Grass": {
      "type": "double",
      "example": 1.0
    },
    "Mugwort": {
      "type": "double",
      "example": 1.0
    },
    "Ragweed": {
      "type": "double",
      "example": 1.0
    }
  }
}