Skip to main content
Saturday, 8 August 2026 · Morning editionToronto ☀ 22°CCAD/USD 0.7138 · CAD/EUR 0.6188About UsOur TeamSourcesContactNewsletter

Free Weather Api

HomeWeatherFree Weather Api

Live forecasts update automatically; written guidance last reviewed 16 June 2026 by the Canada Scope Weather Desk. Data from Environment and Climate Change Canada and other national met services via Open-Meteo.

🌤️25°C
Mainly clearGratisFeels like 29° · Wind 10 km/h · Humidity 91%
UV 8 Very HighSunrise 06:50Sunset 20:29
Today🌫️31°21°💧32%
Sat☁️33°21°💧12%
Sun35°22°💧26%
Mon⛈️34°21°💧26%
Tue🌦️35°23°💧21%
Wed🌧️35°22°💧18%
Thu🌦️34°22°💧17%

Live data from Open-Meteo · updates automatically ·

A free weather API is a programming interface that lets you pull current conditions, forecasts, and historical data without paying a subscription fee. For Canadians, the best free weather API is Environment and Climate Change Canada’s open data service, which provides raw observations and alerts at no cost—ideal for hobbyists, small apps, or local projects.

What is a free weather API and how does it work?

A free weather API (application programming interface) allows developers to request weather data—like temperature, wind speed, or precipitation—from a server using a simple URL or code call. Most free APIs require a weather API key to track usage, though some, like ECCC’s, are keyless for basic access. The live forecast above, for example, could be powered by such an API, pulling real-time conditions for your location.

Which free weather API works best in Canada?

For Canadian data, the best free weather API is Environment and Climate Change Canada’s Datamart, offering XML and CSV feeds from over 1,500 stations. If you need global coverage, OpenWeatherMap’s free tier (60 calls per minute) is popular, but its Canadian data is less precise. For a free weather API Canada option, ECCC is the most reliable and authoritative source.

Free tier limit60 calls/minute (OpenWeatherMap) or unlimited (ECCC Datamart)
Key required?Most APIs need a key; ECCC’s basic feeds are keyless
Canadian coverageECCC covers all provinces and territories
Best forSmall apps, personal projects, or local weather dashboards
Can I use a free weather API without a key?

Yes—Environment and Climate Change Canada’s Datamart offers open data without a key. For other APIs like OpenWeatherMap, a key is mandatory even on free plans to prevent abuse.

Is there a free weather API on GitHub?

Yes, many developers share wrappers for free APIs on GitHub. Search for “free weather api github” to find Python or JavaScript libraries that simplify calls to ECCC or OpenWeatherMap.

Does Google offer a free weather API?

Google’s Weather API is part of the Maps Platform and is not free—it charges per request. For a no-cost alternative, use ECCC’s open data or OpenWeatherMap’s free tier.

For more local forecasts, check our Canada weather hub or specific city pages like Toronto Weather and Vancouver Weather. If you’re building an app, consider pairing a free API with our Weather Warning page for alert data.