weather-api
A RESTful free API to check the weather
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- No
- Category
- Weather
- Documentation / URL
- https://github.com/robertoduessmann/weather-api
Overview
weather-api is a free public API in the Weather category. A RESTful free API to check the weather.
Weather APIs are a staple of free developer tooling — they power dashboards, travel planners, home-automation triggers, and IoT projects.
You can use this API in prototypes, side projects, and production applications — just keep the provider’s usage policy in mind.
Authentication
weather-api requires no authentication — you can start calling it directly, which makes it great for quick experiments and client-side demos.
HTTPS & CORS
- HTTPS: supported — traffic to weather-api is encrypted, so it is safe to use from production apps.
- CORS: not enabled — call weather-api from a server-side environment (Node, Python, Go, etc.) or through your own proxy.
Getting Started
- Read the official documentation: https://github.com/robertoduessmann/weather-api
- Make a test request with
curlor your favourite HTTP client.
Rate Limits & Notes
- Rate limits, quotas, and free-tier terms are defined by the provider — always check the official documentation for weather-api before scaling up.
- The upstream listing is community-maintained; fields like auth, HTTPS and CORS reflect the state at listing time and may change.
FAQ
Does weather-api require an API key?
No — weather-api is listed as a no-auth API, so you can call it directly.