Your API Keys
Log in to view and manage your API keys.
You can also generate keys without logging in from any TLD compliance page.
API Documentation
Authentication
Include your API key in the X-API-Key header:
curl -H "X-API-Key: any53_pk_xxxxxxxx" \ "https://www.any53.com/any53/api/v1/compliance/com/"
Rate Limits
| Tier | Rate Limit | Features | How to Get |
|---|---|---|---|
| Anonymous | 100/hour | Current snapshot only | Generate key without email |
| Verified | 600/hour | Current snapshot only | Generate key with email |
| Organization | 6000/hour | Historical data, per-probe breakdown | Contact sales |
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /any53/api/v1/compliance/keys/ |
Generate a new API key (no auth required) |
| GET | /any53/api/v1/compliance/ |
List all monitored TLDs |
| GET | /any53/api/v1/compliance/{tld}/ |
Current metrics for a TLD |
| GET | /any53/api/v1/compliance/{tld}/history/ |
Historical data (Organization tier) |
| GET | /any53/api/v1/compliance/{tld}/probes/ |
Per-probe breakdown (Organization tier) |
Response Headers
Rate limit information is included in response headers:
X-RateLimit-Limit: Maximum requests per hourX-RateLimit-Remaining: Requests remaining this hourX-RateLimit-Reset: Seconds until limit resets