Apple Safari · Rate Limits

Apple Safari Rate Limits

Published throttling and flow-control limits for the Safari developer surface. This file replaces a 2026-05-04 bulk-sweep scaffold that asserted free/professional/ enterprise tiers with 10/100/1000 requests-per-minute quotas — Apple publishes no such tiers and never did. What Apple actually publishes is protocol-level flow control and an overload status code on the Web Push service; there are no numeric per-key request quotas and no rate-limit response headers anywhere on this surface.

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

It captures 6 rate-limit definitions, measuring unacknowledged_requests, concurrent_streams, consecutive_requests, jwt_refresh, and payload_bytes.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled, throttledReason, payloadTooLarge, serviceUnavailable, and shuttingDown.

Tagged areas include Apple, Browser, Web Push, Rate Limiting, and Throttling.

6 Limits Throttle: 429
AppleBrowserWeb PushRate LimitingThrottling

Limits

HTTP/1.1 unacknowledged push requests per-connection
unacknowledged_requests
100
HTTP/2 concurrent streams per-connection
concurrent_streams
Consecutive requests to one device token per-subscription
consecutive_requests
VAPID JWT refresh per-application-server
jwt_refresh
1
Encrypted payload size per-request
payload_bytes
4096
Concurrent WebDriver sessions per-machine
sessions
1

Policies

Backoff on 429/500/503
HTTP 429 (TooManyRequests), 500 (InternalServerError) and 503 (ServiceUnavailable / Shutdown) are the documented retryable conditions. No Retry-After header is sent, so a client must choose its own backoff.
Persistent connections
"Your service should maintain TLS encrypted connections to APNs." Reconnect churn, not request volume, is the main documented failure mode.

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/apple-safari-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.