TLD SLA Compliance Metrics
Spec 10DNS
| Period | Availability | RTT Compliance | RTT p50 | RTT p95 | Checks | TSLAC |
|---|---|---|---|---|---|---|
| 24h | 100% | 100% | 85ms | 216ms | 198 | |
| 7d | 100% | 100% | 70ms | 219ms | 1080 | |
| 30d | 100% | 100% | 82ms | 984ms | 3645 |
WHOIS
| Period | Availability | RTT Compliance | RTT p50 | RTT p95 | Checks | TSLAC |
|---|---|---|---|---|---|---|
| 24h | 35.00% | 20.00% | 7567ms | 10006ms | 20 | |
| 7d | 46.67% | 23.33% | 5439ms | 10007ms | 120 | |
| 30d | 47.52% | 25.25% | 5224ms | 10012ms | 404 |
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% | 118ms | 121ms | 44 | |
| 7d | 99.58% | 118ms | 121ms | 240 | |
| 30d | 99.88% | 118ms | 121ms | 820 |
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 | 96ms | 49 minutes ago | local | NSID: ns2.th2.nic.fr | OK | |
DNS
|
v6 | 93ms | 158 days, 11 hours ago | local | NSID: ns2.th2.nic.fr | OK | |
DNSSEC
|
v4 | 118ms | 51 minutes ago | local | Key: 40155 | OK | |
DNSSEC
|
v6 | 119ms | 51 minutes ago | local | Key: 40155 | OK | |
WHOIS
|
v4 | 10002ms | 1 hour, 52 minutes ago | local | — | FAIL | |
WHOIS
|
v6 | 4492ms | 1 hour, 52 minutes ago | local | — | OK |
Nameservers
9 IPs tested| Hostname | IP Address | AF | ASN | RPKI | Status |
|---|---|---|---|---|---|
a.dns.pt |
185.39.208.1 |
v4 | — | — | |
b.dns.pt |
194.0.25.23 |
v4 | — | — | |
c.dns.pt |
204.61.216.105 |
v4 | — | — | |
d.dns.pt |
185.39.210.1 |
v4 | — | — | |
e.dns.pt |
193.136.192.64 |
v4 | — | — | |
g.dns.pt |
193.136.2.226 |
v4 | — | — | |
h.dns.pt |
194.146.106.138 |
v4 | — | — | |
ns.dns.br |
200.160.0.5 |
v4 | AS22548 | ||
ns2.nic.fr |
192.93.0.4 |
v4 | — | — |
Per ICANN Spec 10, we test all delegated nameserver IPs independently.
Test With Your Computer
DNS
dig @a.dns.pt pt. SOA +dnssec +nsid
Query SOA with DNSSEC validation and NSID
drill -D pt. SOA @a.dns.pt
Alternative using drill with DNSSEC trace
WHOIS
whois -h whois.dns.pt nic.pt
Query WHOIS server directly
echo "nic.pt" | nc whois.dns.pt 43
Raw TCP query (see exact response)
Registry Information
Active
TLD
.pt
Operator
Portugal
WHOIS Server
whois.dns.pt
ICANN SLA Requirements
Per ICANN Registry Agreement Specification 10:
DNS SLA
UDP RTT ≤ 500ms for 95% of queries.
Availability: 99% (max 432 min/month downtime).
WHOIS SLA
RTT ≤ 4000ms for 95% of queries.
Availability: 98% (max 864 min/month downtime).
API Access
JSON APIAccess .pt compliance metrics programmatically via our REST API.
Quick Start
GET
/any53/api/v1/compliance/pt/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
"https://www.any53.com/any53/api/v1/compliance/pt/"
Example Response
{
"tld": "pt",
"display_name": ".pt",
"operator": "Portugal",
"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": "WHOIS",
"availability_24h": 99.95,
"rtt_p50_ms": 180,
"rtt_p95_ms": 412,
"sla_threshold_ms": 4000
},
"servers": {
"whois_host": "whois.dns.pt"
},
"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 |