PrintNode · Rate Limits

Printnode Rate Limits

PrintNode meters usage primarily by print volume, where one print equals one API request regardless of page count, with monthly print allowances and connected-computer counts set by plan. The API uses pagination to bound the size of result sets (default 100 records per request, controllable via the limit, after, and dir query parameters). Specific per-second or per-minute request throttling thresholds are not publicly documented and are not reconciled in this artifact.

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

It captures 4 rate-limit definitions, measuring prints, computers, records, and accounts.

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

Tagged areas include Printing, Cloud Printing, Remote Printing, Print Jobs, and Hardware.

4 Limits Throttle: 429
PrintingCloud PrintingRemote PrintingPrint JobsHardwareRate LimitingQuotasThrottling

Limits

Monthly Print Allowance account
prints
see plan
One print equals one API request regardless of page count; monthly allowance varies by plan (50 free up to 200,000+).
Connected Computers account
computers
see plan
Number of computers that may connect to the account, set by plan (1 on Lite up to unlimited on Premium).
Result Set Pagination request
records
100
Set endpoints return up to 100 records by default; control with limit, after, and dir query parameters.
Child Account Limit account
accounts
see plan
Integrator plans cap the number of controllable child accounts (20 Standard, 200 Large) with per-account overage.

Policies

Volume-Based Metering
Usage is metered per print (per API request) against a monthly plan allowance, with per-1,000-print overage charges.
Pagination
Clients should page through large result sets using the limit, after, and dir query parameters rather than requesting unbounded ranges.

Sources