Onomondo · Rate Limits

Onomondo Rate Limits

The Onomondo API enforces a documented call rate limit of 600 calls per minute (one every 0.1 seconds). Remaining capacity is exposed via response headers (x-ratelimit-limit, x-ratelimit-remaining, x-ratelimit-reset). Responses are capped at a maximum of 1000 objects, with per-endpoint default limits and offset/next_page pagination for retrieving additional objects.

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

It captures 2 rate-limit definitions, measuring requests and objects.

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

Tagged areas include IoT, Connectivity, Cellular, SIM, and Telecom.

2 Limits Throttle: 429
IoTConnectivityCellularSIMTelecomRate LimitingQuotasThrottling

Limits

API Calls Per Minute api-key
requests
600
One call every 0.1 seconds across the API.
Max Objects Per Response request
objects
1000
Use limit/offset or next_page pagination to retrieve more.

Policies

Pagination
Endpoints default to capped page sizes; use limit, offset, and next_page to page through results.
Backoff Strategy
Clients should pace requests under 600/min, watch x-ratelimit-remaining, and back off when a 429 is returned.

Sources