| Field | Type | Description |
|---|---|---|
| totalBasicNs | Number | Total number of domain zone under basic nameserver subscription |
| totalPremiumNs | Number | Total number of domain zone under premium nameserver subscription |
| totalGeoroute | Number | Total number of domain zone under premium nameserver with georoute subscription |
curl --location --request GET 'https://oteapi.webnic.cc/dns/v2/statistics' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"totalBasicNs": 214872,
"totalPremiumNs": 212,
"totalGeoroute": 21
}
}