Weatherapi Rate Limits
WeatherAPI.com enforces a monthly call-volume quota (the plan entitlement: 100K → 10M+) as its primary control. Per-second request limits are not published as numeric values on the public pricing or docs pages — the provider says "very high concurrency, contact us if you need a specific number." The Business and Enterprise tiers add IP allow/block lists. Quota is scoped to the account (API key); exceeding it returns HTTP 403 with a JSON ErrorResponse explaining "API key has exceeded calls per month quota." Hard infrastructure throttling responds with HTTP 429.
Weatherapi Rate Limits is the machine-readable rate-limit profile for WeatherAPI on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 7 rate-limit definitions, measuring requests_per_month, requests_per_second, and locations_per_request.
The profile also includes 6 backoff/retry policies defined and response codes documented for quotaExceeded, throttled, invalidKey, and badRequest.
Tagged areas include Rate Limiting, Weather, and Geolocation.