EventMobi · Rate Limits

Eventmobi Rate Limits

EventMobi does not publish fixed numeric request-rate limits for the Unified API. The one hard quota documented publicly is pagination: list endpoints return a maximum of 1000 items per page unless otherwise stated, so large collections must be paged. Access itself is bounded by the API key model - a key is scoped to a single Organizer and inherits that Organizer's access rights - rather than by a published per-minute quota. Per-account or per-endpoint request ceilings, if enforced, are not documented as of the review date.

Eventmobi Rate Limits is the machine-readable rate-limit profile for EventMobi on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring items, requests, and access.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Events, Event Management, Rate Limiting, Pagination, and Quotas.

3 Limits Throttle: 429
EventsEvent ManagementRate LimitingPaginationQuotas

Limits

Page Size request
items
1000 per page (default maximum, unless otherwise stated)
Documented pagination ceiling for list endpoints; use pagination to retrieve larger collections.
Unified API Requests account
requests
not published
No fixed numeric request-rate limit is documented for the Unified API.
API Key Scope organizer
access
same rights as the generating Organizer
Each key is tied to one Organizer and inherits that Organizer's access within the Organization.

Policies

Pagination
List endpoints are paged with a maximum page size (1000 items unless otherwise stated) plus sorting support.
Backoff Strategy
Clients should implement retry with exponential backoff and jitter, and honor Retry-After if a 429 is returned.

Sources