Lueira — Management software for active tourism

Rate limits

Every tenant has a per-minute request limit and a monthly limit, based on their plan. Per-minute limits protect against traffic spikes; monthly limits are part of your subscription.

Limits by plan

PlanRequests / minuteRequests / month
Básico60500
Pro602,000
Premium1207,500

Response headers

Every authenticated response includes information about your current usage:

  • X-RateLimit-Limit — the per-minute limit evaluated.
  • X-RateLimit-Remaining — requests remaining in the current window.
  • X-RateLimit-Reset — Unix timestamp when the window resets.
  • X-RateLimit-Window — window duration, in seconds.

Going over the limit

If you exceed the per-minute limit you get 429 Too Many Requests, with a Retry-After header (in seconds) telling you when to retry.

Always honour Retry-After. Ignoring it can lead to a temporary block on your key.

Extending your monthly quota

If you need more monthly requests than your plan includes, you can enable pay-per-use auto top-up (200-request packs for €20) from Settings → Developers → API Usage.