v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132919.7 KB
forecast

Returns up to 5 days of daily pollen information in more than 65 countries, up to 1km resolution.

get/v1/forecast:lookup

Query parameters

daysinteger

Required. A number that indicates how many forecast days to request (minimum value 1, maximum value is 5).

languageCodestring

Optional. Allows the client to choose the language for the response. If data cannot be provided for that language, the API uses the closest match. Allowed values rely on the IETF BCP-47 standard. The default value is "en".

location.latitudenumber

The latitude in degrees. It must be in the range [-90.0, +90.0].

location.longitudenumber

The longitude in degrees. It must be in the range [-180.0, +180.0].

pageSizeinteger

Optional. The maximum number of daily info records to return per page. The default and max value is 5, indicating 5 days of data.

pageTokenstring

Optional. A page token received from a previous daily call. It is used to retrieve the subsequent page. Note that when providing a value for the page token, all other request parameters provided must match the previous call that provided the page token.

plantsDescriptionboolean

Optional. Contains general information about plants, including details on their seasonality, special shapes and colors, information about allergic cross-reactions, and plant photos. The default value is "true".

Response

Successful response

All 2 operations