TimeCamp · Rate Limits

Timecamp Rate Limits

TimeCamp rate limits the API per account and ties the allowance to the subscription plan. The help center states that the "API requests limit is based on the subscription plan of your account," and the API documentation warns "Be aware that you can reach API calls limit. Once you do you will get HTTP code 429 response." TimeCamp does not publish the exact numeric per-minute or per-hour quotas for each plan on its public documentation, so no fixed numbers are recorded here.

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

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

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

Tagged areas include Time Tracking, Timesheets, Rate Limiting, and Quotas.

2 Limits Throttle: 429
Time TrackingTimesheetsRate LimitingQuotas

Limits

API Requests account
requests
plan-based (exact numbers not published)
Request allowance scales with the subscription plan (Free through Enterprise); exceeding it returns HTTP 429.
Data Export Jobs account
exports
not published
v3 data-export requests are asynchronous jobs; concurrency and volume are governed server-side rather than by a documented cap.

Policies

Plan-Tiered Limits
Higher subscription plans receive higher API request allowances; the free plan has the lowest allowance.
Throttling Response
Exceeding the request limit returns HTTP 429 Too Many Requests; clients should pause and retry rather than continue sending.
Backoff Strategy
Implement exponential backoff with jitter on 429 responses, and batch reads (date-range entry queries, v3 list endpoints) to reduce request volume.

Sources