.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 139ms 440
7d 100% 100% 79ms 160ms 2400
30d 99.92% 99.92% 80ms 701ms 13260

WHOIS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 100% 100% 254ms 519ms 68
7d 100% 100% 258ms 494ms 360
30d 99.95% 99.85% 263ms 529ms 2012

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 134ms 66
7d 100% 123ms 131ms 360
30d 99.70% 125ms 174ms 2006

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 19ms 18 minutes ago local NSID: YUL1 OK
DNS v6 20ms 54 days, 16 hours ago local NSID: ASH2 OK
DNSSEC v4 133ms 3 minutes ago local Key: 59407 OK
DNSSEC v6 128ms 3 minutes ago local Key: 59407 OK
WHOIS v4 254ms 8 minutes ago local OK
WHOIS v6 249ms 8 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