TLD SLA Compliance Metrics
Spec 10DNS
| Period | Availability | RTT Compliance | RTT p50 | RTT p95 | Checks | TSLAC |
|---|---|---|---|---|---|---|
| 24h | 100% | 100% | 158ms | 212ms | 264 | |
| 7d | 100% | 100% | 158ms | 214ms | 1440 | |
| 30d | 99.92% | 99.92% | 157ms | 354ms | 7924 |
RDAP
| Period | Availability | RTT Compliance | RTT p50 | RTT p95 | Checks | TSLAC |
|---|---|---|---|---|---|---|
| 24h | 0.00% | 0.00% | 572ms | 10007ms | 72 | |
| 7d | 0.00% | 0.00% | 586ms | 10006ms | 360 | |
| 30d | 0.00% | 0.00% | 588ms | 10008ms | 2016 |
DNSSEC Validation Metrics
Registry Agreement Spec 6DNSSEC is required by the Registry Agreement (Specification 6) but is not part of the Spec 10 SLA. We monitor DNSSEC validation independently.
| Period | Validation Rate | RTT p50 | RTT p95 | Checks | Status |
|---|---|---|---|---|---|
| 24h | 100% | 207ms | 229ms | 66 | |
| 7d | 100% | 207ms | 229ms | 360 | |
| 30d | 99.70% | 205ms | 257ms | 1988 |
Unlike Spec 10 services, DNSSEC has no formal availability SLA. Thresholds shown are operational guidelines.
Current Check Status
Reported by Any53 Probes| Type | AF | RTT | Last Check | Source | Details | Status | TSLAC |
|---|---|---|---|---|---|---|---|
DNS
|
v4 | 197ms | 33 minutes ago | local | — | OK | |
DNS
|
v6 | 191ms | 56 days, 14 hours ago | local | — | OK | |
DNSSEC
|
v4 | 231ms | 20 minutes ago | local | Key: 57064 | OK | |
DNSSEC
|
v6 | 204ms | 20 minutes ago | local | Key: 57064 | OK | |
RDAP
|
v4 | 428ms | 1 hour, 26 minutes ago | local | — | FAIL | |
RDAP
|
v6 | 10000ms | 1 hour, 25 minutes ago | local | — | FAIL |
Nameservers
4 IPs tested| Hostname | IP Address | AF | ASN | RPKI | Status |
|---|---|---|---|---|---|
ns1.nic.mtr |
203.119.2.164 |
v4 | — | — | |
ns2.nic.mtr |
203.119.87.164 |
v4 | — | — | |
ns3.nic.mtr |
169.54.247.173 |
v4 | — | — | |
ns4.nic.mtr |
135.90.90.24 |
v4 | — | — |
Per ICANN Spec 10, we test all delegated nameserver IPs independently.
Test With Your Computer
DNS
dig @ns1.nic.mtr mtr. SOA +dnssec +nsid
Query SOA with DNSSEC validation and NSID
drill -D mtr. SOA @ns1.nic.mtr
Alternative using drill with DNSSEC trace
RDAP
curl -sS "https://whois.nic.mtr/rdap/domain/nic.mtr" | jq .
Fetch RDAP JSON (positive lookup)
curl -I -sS "https://whois.nic.mtr/rdap/domain/nic.mtr"
Headers only (check TLS, timing)
Open in Browser
View RDAP response directly
Registry Information
ActiveICANN SLA Requirements
Per ICANN Registry Agreement Specification 10:
DNS SLA
UDP RTT ≤ 500ms for 95% of queries.
Availability: 99% (max 432 min/month downtime).
RDAP SLA
RTT ≤ 4000ms for 95% of queries.
Availability: 98% (max 864 min/month downtime).
API Access
JSON APIAccess .mtr compliance metrics programmatically via our REST API.
Quick Start
GET
/any53/api/v1/compliance/mtr/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
"https://www.any53.com/any53/api/v1/compliance/mtr/"
Example Response
{
"tld": "mtr",
"display_name": ".mtr",
"operator": "MTR Corporation Limited",
"updated_at": "2026-01-31T12:00:00Z",
"dns": {
"availability_24h": 99.99,
"rtt_p50_ms": 12,
"rtt_p95_ms": 42,
"sla_threshold_ms": 500
},
"rdds": {
"protocol": "RDAP",
"availability_24h": 99.95,
"rtt_p50_ms": 180,
"rtt_p95_ms": 412,
"sla_threshold_ms": 4000
},
"servers": {
"rdap_url": "https://whois.nic.mtr/rdap/"
},
"spec10_compliant": true
}
Generate API Key
Get a free API key to start making requests. Provide an email to upgrade to the verified tier (600 requests/hour).
Save this key now! It cannot be retrieved later.
Tier:
Rate limit: /hour
Endpoints
| Endpoint | Description | Tier |
|---|---|---|
GET /compliance/ |
List all monitored TLDs | All |
GET /compliance/{tld}/ |
Current metrics for a TLD | All |
GET /compliance/{tld}/history/ |
Historical time-series data | Organization |
GET /compliance/{tld}/probes/ |
Per-probe breakdown | Organization |
POST /compliance/keys/ |
Generate a new API key | No auth |
Rate Limits
| Tier | Rate Limit | Features |
|---|---|---|
| Anonymous | 100/hour | Current snapshot, hourly aggregates |
| Verified | 600/hour | Current snapshot, hourly aggregates |
| Organization | 6000/hour | Historical data, per-minute resolution, per-probe breakdown |