Webflow · Rate Limits

Webflow Rate Limits

Webflow's Data API enforces a per-API-key, per-minute rate limit that scales with the site's subscription tier. Limits are scoped to the API key (each key has its own budget); cached reads against the content-delivery API are effectively unlimited. The Site Publish endpoint adds a hard "one successful publish per minute" limit on top of the per-minute call budget.

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

It captures 5 rate-limit definitions, measuring requests_per_minute and varies.

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

Tagged areas include CMS, Ecommerce, No-Code, Web Development, and Rate Limiting.

5 Limits Throttle: 429
CMSEcommerceNo-CodeWeb DevelopmentRate Limiting

Limits

Starter / Basic Site Plans key
requests_per_minute · minute
60
Per API key, on Starter and Basic Site plans.
CMS / Ecommerce / Business Site Plans key
requests_per_minute · minute
120
Per API key, on CMS, Ecommerce, and Business Site plans.
Enterprise Site Plans key
requests_per_minute
-1
Custom rate limit negotiated as part of the Enterprise contract.
Site Publish site
requests_per_minute · minute
1
At most one successful publish per site per minute, regardless of plan.
Cached Content-Delivery Reads key
varies
effectively unlimited
Cached requests served by the content-delivery API are not subject to the per-minute API rate limit.

Policies

Per-Key Scoping
Rate limits are applied per API key. Different keys on the same site have independent budgets, so per-environment / per-app keys can be used to isolate noisy clients.
429 Handling
When throttled, the API returns 429 with a Retry-After header (typically 60 seconds). The official Webflow SDK implements exponential backoff automatically.
Webhooks Over Polling
Webflow recommends webhook subscriptions for change notifications instead of polling to keep within the per-minute budget.

Sources

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/webflow-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.