.se

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 79ms 175ms 440
7d 100% 100% 79ms 145ms 2330
30d 100% 100% 79ms 211ms 13180

WHOIS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 31.25% 31.25% 224ms 381ms 64
7d 34.09% 34.09% 228ms 518ms 352
30d 37.33% 37.33% 228ms 486ms 2004

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 98.48% 122ms 353ms 66
7d 100% 122ms 133ms 352
30d 99.85% 128ms 157ms 2004

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 20ms 6 minutes ago local NSID: YUL1 OK
DNS v6 20ms 103 days, 4 hours ago local NSID: ASH2 OK
DNSSEC v4 133ms 1 hour, 32 minutes ago local Key: 59407 OK
DNSSEC v6 122ms 1 hour, 32 minutes ago local Key: 59407 OK
WHOIS v4 235ms 55 minutes ago local FAIL
WHOIS v6 241ms 55 minutes ago local OK

Nameservers

10 IPs tested
Hostname IP Address AF ASN RPKI Status
a.ns.se 192.36.144.107 v4 AS8674
b.ns.se 192.36.133.107 v4 AS39871
c.ns.se 192.36.135.107 v4 AS39840
f.ns.se 192.36.134.97 v4 AS8674
g.ns.se 194.68.134.97 v4 AS20943
i.ns.se 194.146.106.22 v4 AS8674
m.ns.se 194.0.11.112 v4 AS31529
x.ns.se 213.108.25.4 v4 AS197564
y.ns.se 185.159.197.150 v4 AS55195
z.ns.se 185.159.198.150 v4 AS394354

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

Test With Your Computer

DNS

dig @a.ns.se se. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D se. SOA @a.ns.se Alternative using drill with DNSSEC trace

WHOIS

whois -h whois.iis.se nic.se Query WHOIS server directly
echo "nic.se" | nc whois.iis.se 43 Raw TCP query (see exact response)

Registry Information

Active
TLD .se
Operator Sweden
WHOIS Server whois.iis.se

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 API

Access .se compliance metrics programmatically via our REST API.

Quick Start

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

Example Response

{
  "tld": "se",
  "display_name": ".se",
  "operator": "Sweden",
  "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.iis.se"
  },
  "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