---
title: "Rate limits"
description: "Per-IP and per-user quota, surfaced in RateLimit response headers."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.wego.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limits

Requests are metered per IP before auth and per user after. Current quota is in the `RateLimit` / `X-RateLimit-*` response headers; on `429` (or an upstream `503`) honor `Retry-After` before retrying.

Source: https://docs.wego.com/api/rate-limits/index.mdx
