CF-Connecting-IP header.
Response (200)
ip_limit is always 3 (the MAX_REGISTRATIONS_PER_IP constant). See Rate Limits.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the number of registrations attributed to the requesting IP address and the global total, used to surface rate-limit headroom to clients.
CF-Connecting-IP header.
{
"ip_registrations": 1,
"ip_limit": 3,
"total_registrations": 42
}
ip_limit is always 3 (the MAX_REGISTRATIONS_PER_IP constant). See Rate Limits.Was this page helpful?