Terminal49 · Rate Limits

Terminal49 Rate Limits

The Terminal49 v2 API enforces a request rate limit of 100 requests per minute on a rolling 60-second window per API token. Container tracking volume is governed separately by the account plan (number of active containers / containers per month) rather than by the request rate limit. Per-account or per-plan variations beyond the documented 100 RPM are not reconciled in this artifact.

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

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

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

Tagged areas include Container Tracking, Ocean Freight, Supply Chain, Logistics, and Shipping.

3 Limits Throttle: 429
Container TrackingOcean FreightSupply ChainLogisticsShippingRate LimitingQuotasThrottling

Limits

Requests Per Minute (RPM) token
requests
100
Rolling 60-second window per API token.
Active Containers account
containers
see plan
Governed by the account plan (developer/free/subscription/enterprise), not the request rate limiter.
Containers Per Month account
containers
see plan
Free visibility tier caps containers tracked per month; paid tiers raise or remove the cap.

Policies

Rolling Window
The 100 RPM limit is evaluated over a rolling 60-second window per token.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources