API usage Limit, error code 10403

Hey Community,

I have been playing with Developer API these two days and doing some experiments, today at one of API requests I got Error Code 10403 “intel.api_domain_limit exceeded”.

{
    "result": null,
    "success": false,
    "errors": [
        {
            "code": 10403,
            "message": "intel.api_domain_limit exceeded"
        }
    ],
    "messages": null
}

Haven’t found anything about error code 10403 or any documented limitations other than Limits · Cloudflare Fundamentals docs.

I don’t think that I used 1200 API calls in 5 minutes, but even if I did it is not being unblocked after 5 minutes.

Should also mention that as soon as the API was blocked I received an email that my trust level is up to Basic :)) So I feel I have not done anything against the rules.

What this error code 10403 means? What other limitations are except that 1200 calls in 5 minutes? And when I will be unblocked?

Thanks

This would result in a 429.

This is your forum Trust Level and is unrelated to any Cloudflare prooduct.

The Intel API has a limited amount of requests (100) per month for non-Enterprise users.

I also thought that it should be a different issue. I was contemplating around it because this was the only documented info about limitation that I found.

You are probably right, but the email came 30 seconds after the API request was blocked, so the impression was that they are connected.

Oh, I see. That is quit tight limitation I should say. I was experimenting with radar info to see how it will work for an idea I have, I really did couple requests for myself during two days to get info for apple.com and few other domains. So this means I will be able to make other requests in a month from now?

@KianNH do you know if other APIs are also limited with 100 requests in a month in the free plan?
And to understand if these limitation will be enough for my solution do you know where I can get this info for paid plans?

Thanks