Public API
Access domain valuation, traffic, SEO and category data programmatically. Free to use with an API key.
All endpoints (except ping) require an API key. Pass it as a query parameter or as a Bearer token in the Authorization header.
Free keys are limited to 500 requests/day. Need more? Contact us.
/ajax/api.php?action=ping
Check API availability. No authentication required.
/ajax/api.php?action=domain&d=example.com&api_key=YOUR_KEY
Returns valuation, traffic, SEO, hosting, safety and category data for a single domain.
| Parameter | Type | Required | Description |
|---|---|---|---|
d | string | required | The domain to look up (e.g. example.com) |
api_key | string | required | Your API key |
/ajax/api.php?action=trending&limit=10&api_key=YOUR_KEY
Returns the most-looked-up domains in the last 24 hours. Max 20 results.
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | int | optional | Number of results (1–20, default 10) |
api_key | string | required | Your API key |
| Code | Meaning |
|---|---|
200 | Success |
400 | Bad request — missing or invalid parameter |
401 | Unauthorized — missing or invalid API key |
404 | Domain not found in database |
429 | Rate limit exceeded |
API keys are free. Send us an email with your use case and we'll generate one for you within 24 hours.
Request an API Key