Meteosource
Data API key and tierRead forecasts and historical weather from Meteosource in any Windmill script, flow or app.
Set up in 3 steps
1
Get your credential
In the Meteosource dashboard, copy your API key. Note your subscription tier too — it selects which endpoints and how much history you can reach.
2
Add the resource in Windmill
Open Resources, add a resource of type meteosource, and fill it in.
3
Run your first script
Fork any script below and read before writing anything.
Scripts
Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.
Search for places. Complete words required.
Script meteosource Verified
Returns weather data for a single point (geographic name or GPS)
Script meteosource Verified
Returns weather data for a single location and given day in the past
Script meteosource Verified
Returns the nearest named location for a given GPS coordinates.
Script meteosource Verified
Returns air quality data for a single point (geographic name or GPS)
Script meteosource Verified
Returns PNG weather map for given area and variable
Script meteosource Verified
Prefix search for places. Useful for autocomplete forms.
Script meteosource Verified
Resource type
meteosource — the shape of the credential every script on this page expects.
| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | Token for X-API-Key header authentication |
| tier | string | Yes | API tier level |
Questions
Why does it ask for a tier?
Meteosource routes requests by plan. A tier your key does not have is refused rather than downgraded.
Is my credential stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.