.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% 96ms 303ms 210
7d 92.44% 92.44% 88ms 288ms 1190
30d 98.66% 98.66% 95ms 383ms 6700

WHOIS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 262ms 596ms 24
7d 96.67% 96.67% 577ms 944ms 120
30d 79.04% 79.04% 302ms 595ms 668

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 100% 125ms 126ms 44
7d 94.12% 117ms 497ms 238
30d 98.88% 122ms 238ms 1338

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 203 days, 7 hours ago local NSID: ASH2 OK
DNSSEC v4 126ms 51 minutes ago local Key: 59407 OK
DNSSEC v6 125ms 51 minutes ago local Key: 59407 OK
WHOIS v4 262ms 2 hours, 56 minutes ago local OK
WHOIS v6 243ms 2 hours, 56 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