Check one domain (label with or without .com).
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| domain | string | yes | Domain label, e.g. example |
Response
{
"domain": "example.com",
"available": true,
"checked_at": "2026-05-17T12:00:00Z",
"quota": {
"used_today": 42,
"limit_today": 5000,
"resets_at": "2026-05-18T00:00:00Z"
}
}