Vanilla Forums · Rate Limits

Vanilla Forums Rate Limits

Vanilla (Higher Logic Vanilla) API v2 rate limits are enforced per IP address. Exceeding a limit triggers a temporary block during which the service responds HTTP 429 Too Many Requests; the block lifts automatically after 1 minute. Sending more than 250 requests within 10 seconds can trigger a hard block that requires manual removal by Vanilla Support.

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

It captures 3 rate-limit definitions, measuring requests_per_minute and requests_per_10_seconds.

The profile also includes response codes documented for throttled.

Tagged areas include Rate Limiting and Community.

3 Limits Throttle: 429
Rate LimitingCommunity

Limits

GET requests ip
requests_per_minute · minute
300
POST / PUT / PATCH / DELETE requests ip
requests_per_minute · minute
120
Hard limit (manual unblock required) ip
requests_per_10_seconds · 10 seconds
250

Sources