Wellnessliving Rate Limits
WellnessLiving's official OpenAPI specification (github.com/wellnessliving/openapi) embeds a machine-readable `x-rate-limit` extension directly on most operations, so - unusually for a partner-gated API - numeric limits are confirmed straight from the published spec rather than inferred. Of 324 documented paths in the production build, 458 operation-level rate-limit entries were found (some operations expose both GET and POST): the overwhelming majority (454) are capped at 200,000 requests per hour, with a small number of high-load schedule/class-listing operations further restricted to 3,000 requests per 5 minutes. The API additionally supports an opt-in `X-Error-Rules` request header that converts internal error statuses into real 4xx HTTP codes (by default every response is HTTP 200 with the error encoded in the JSON body), which matters for building correct retry/backoff logic against throttling responses.
Wellnessliving Rate Limits is the machine-readable rate-limit profile for WellnessLiving on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests and n/a.
The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Fitness, Wellness, Rate Limiting, and Quotas.