Wodify · Rate Limits

Wodify Rate Limits

Wodify does not publish fixed numeric API rate limits in its public reference. The primary throughput control documented on the API is pagination: list endpoints accept sort, page, and page_size query parameters, and page_size is capped at a maximum (and default) of 100 records per page. No per-minute or per-day request ceiling is documented for the x-api-key credential as of the review date.

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

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

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

Tagged areas include Fitness, Gym Management, SaaS, Rate Limiting, and Quotas.

2 Limits Throttle: 429
FitnessGym ManagementSaaSRate LimitingQuotas

Limits

API Requests apiKey
requests
not published
No fixed numeric per-key request-rate limit is documented for the Wodify API.
Page Size request
records
100 (maximum and default)
List endpoints return up to 100 records per page via the page_size query parameter.

Policies

Pagination
List endpoints support sort, page, and page_size parameters; page_size defaults to and is capped at 100.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on any 429 responses.

Sources