Gandi · Rate Limits
Gandi Rate Limits
Gandi's Public API enforces a documented per-IP rate limit. The published cap is 1,000 requests per minute per source IP address. Rate-limit response codes and dedicated headers are not enumerated in the public reference; clients should expect HTTP 429 on breach.
Gandi Rate Limits is the machine-readable rate-limit profile for Gandi on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 1 rate-limit definition, measuring requests_per_minute.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Domains, DNS, Registrar, and Rate Limiting.
1 Limits
Throttle: 429
DomainsDNSRegistrarRate Limiting
Limits
Public API per-IP limit IP
1000
Policies
Per-IP scoping
The 1,000 req/min cap is enforced per source IP; multiple keys behind the same egress IP share the limit.
Backoff on 429
Implement exponential backoff with jitter on 429 responses; honor any Retry-After header that may be returned.
Personal Access Tokens
Authenticate with Personal Access Tokens (PATs) scoped to the resources the client needs.
Sources
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.