.bt

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 120ms 479ms 385
7d 100% 100% 119ms 565ms 2037
30d 100% 100% 116ms 565ms 11578

DNSSEC Validation Metrics

Registry Agreement Spec 6

DNSSEC 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 50.00% 37ms 38ms 88
7d 50.00% 36ms 37ms 472
30d 50.00% 44ms 45ms 2670

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 48ms 24 minutes ago local OK
DNS v6 46ms 105 days, 6 hours ago local OK
DNSSEC v4 37ms 14 minutes ago local Key: 14989 OK
DNSSEC v6 14 minutes ago local FAIL

Nameservers

7 IPs tested
Hostname IP Address AF ASN RPKI Status
auth00.ns.uu.net 198.6.1.65 v4
auth61.ns.uu.net 198.6.1.182 v4
ns.itu.ch 156.106.192.121 v4
ns1.druknet.bt 202.144.128.200 v4
ns2.druknet.bt 202.144.128.210 v4
ns3.druknet.bt 204.61.216.17 v4
phloem.uoregon.edu 128.223.32.35 v4

Per ICANN Spec 10, we test all delegated nameserver IPs independently.

Test With Your Computer

DNS

dig @auth00.ns.uu.net bt. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D bt. SOA @auth00.ns.uu.net Alternative using drill with DNSSEC trace

Registry Information

Active
TLD .bt
Operator Bhutan

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).

API Access

JSON API

Access .bt compliance metrics programmatically via our REST API.

Quick Start

GET /any53/api/v1/compliance/bt/
curl -H "X-API-Key: ${YOUR_API_KEY}" \
  "https://www.any53.com/any53/api/v1/compliance/bt/"

Example Response

{
  "tld": "bt",
  "display_name": ".bt",
  "operator": "Bhutan",
  "updated_at": "2026-01-31T12:00:00Z",
  "dns": {
    "availability_24h": 99.99,
    "rtt_p50_ms": 12,
    "rtt_p95_ms": 42,
    "sla_threshold_ms": 500
  },
  "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).

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