.ye

TLD SLA Compliance Monitoring

TLD SLA Compliance Metrics

Spec 10

DNS

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 97.62% 97.62% 125ms 266ms 420
7d 74.68% 74.68% 118ms 267ms 1860
30d 54.61% 54.61% 111ms 854ms 7370

RDAP

Period Availability RTT Compliance RTT p50 RTT p95 Checks TSLAC
24h 50.00% 50.00% 692ms 1039ms 20
7d 45.00% 45.00% 1140ms 1800ms 120
30d 49.11% 49.11% 698ms 997ms 672

Current Check Status

Reported by Any53 Probes
Type AF RTT Last Check Source Details Status TSLAC
DNS v4 232ms 48 minutes ago local OK
DNS v6 2001ms 48 minutes ago local FAIL
RDAP v4 709ms 1 hour, 17 minutes ago local TLS 1.3 OK
RDAP v6 0.38ms 1 hour, 17 minutes ago local FAIL

RDAP HTTPS Timing

709ms total
DNS Lookup
TCP Connect
225ms
TLS Handshake
236ms
Time to First Byte
709ms

TLS 1.3 / TLS_AES_128_GCM_SHA256

Nameservers

10 IPs tested
Hostname IP Address AF ASN RPKI Status
d.tld.ye 204.61.216.153 v4
d.tld.ye 2001:500:14:6153:ad::1 v6
e.tld.ye 185.119.138.10 v4
e.tld.ye 2a01:5b0:9::a v6
tld1.ye 195.94.10.22 v4
tld1.ye 2a02:e280:8:1000::1 v6
tld2.ye 195.94.13.22 v4
tld2.ye 2a02:e280:8:2000::1 v6
tld3.ye 82.114.164.244 v4
tld3.ye 2a02:2718:8:d3::244 v6

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

Test With Your Computer

DNS

dig @d.tld.ye ye. SOA +dnssec +nsid Query SOA with DNSSEC validation and NSID
drill -D ye. SOA @d.tld.ye Alternative using drill with DNSSEC trace

RDAP

curl -sS "https://rdap.y.net.ye/domain/nic.ye" | jq . Fetch RDAP JSON (positive lookup)
curl -I -sS "https://rdap.y.net.ye/domain/nic.ye" Headers only (check TLS, timing)
Open in Browser View RDAP response directly

Registry Information

Active
TLD .ye
Operator Yemen
RDAP Server https://rdap.y.net.ye/ RDAP Client

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).
RDAP SLA RTT ≤ 4000ms for 95% of queries. Availability: 98% (max 864 min/month downtime).

API Access

JSON API

Access .ye compliance metrics programmatically via our REST API.

Quick Start

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

Example Response

{
  "tld": "ye",
  "display_name": ".ye",
  "operator": "Yemen",
  "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": "RDAP",
    "availability_24h": 99.95,
    "rtt_p50_ms": 180,
    "rtt_p95_ms": 412,
    "sla_threshold_ms": 4000
  },
  "servers": {
    "rdap_url": "https://rdap.y.net.ye/"
  },
  "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