Skip to content

API guides/Geo, weather, and places

Freemium

Free weather forecast API

Open-Meteo JSON forecasts with no API key for non-commercial use. Attribution required. Paid plans for commercial volume.

Check official docs

1 provider · 4 min · Limits change — verify before you ship

Geo, weather, and places

What this is for

You need latitude and longitude (from a geocoder or a known point). Open-Meteo is the usual no-key forecast API. The free path is not “unlimited commercial.”

Open-Meteo

Freemium

GET https://api.open-meteo.com/v1/forecast

Official docs

HTTPS

Yes

API key

No key

CORS

Usually yes

Use

See limits

Limits. Free non-commercial use on the order of 10,000 calls/day. Attribution (CC BY 4.0 data). Commercial needs a plan.

Commercial. Not covered by the no-key free path. See Open-Meteo pricing.

Note. You must attribute Open-Meteo / the underlying models as they document.

curl -sS "https://api.open-meteo.com/v1/forecast?latitude=12.97&longitude=77.59&current=temperature_2m"

PureDevKit does not host or proxy these APIs. Pricing, rate limits, CORS, authentication, and JSON shapes can change without notice. Always confirm the current rules on the provider’s official documentation before you ship.