About this endpoint
What it does
Returns the top domains for a specific country code. The country code is supplied in the path, with optional query parameters to control how many domains are returned and how they are sorted.
Path Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| country_code | String | Yes | Country code identifying the country to retrieve top domains for. |
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| limit | Integer | No | Maximum number of domains to return. Default: 50. Minimum: 1. Maximum: 500. |
| sort_by | String | No | Sort order for the results. Allowed values: coverage, rank. Default: coverage. |
Response
Returns a structured JSON object containing ranked domains and associated metadata for the requested country. The response may include additional fields depending on the available data.