| [ Web Proxy ] |
| Viewing: https://developers.cloudflare.com/waf/tools/lists/lists-api/ | [Back] [Original] |
The Lists API provides an interface for programmatically managing the following types of lists:
Custom lists: Contain one or more strings of the same type (such as IP addresses or hostnames) that you can reference collectively, by name, in rule expressions.
Bulk Redirect Lists: Contain URL redirects that you enable by creating a Bulk Redirect Rule.
To use a list in a rule expression, refer to Lists in the Rules language documentation.
To get started, review the Lists JSON object and Endpoints.
Cloudflare may apply rate limiting to your API requests creating, modifying, or deleting list items in custom lists and Bulk Redirect Lists.
Each operation (create, edit, or delete) on a list item counts as a modification. The following limits apply:
If a write operation is still being processed which happens asynchronously and you submit a new request, you will receive a 429 HTTP status code. When this happens, submit your request again later.
| Web Proxy Viewer | New URL | Original Page |