GET /v1/tls?domain=example.com
port (default 443).
/v1/tls?domain=example.com
/v1/tls?domain=expired.badssl.com
{
"domain": "example.com",
"port": 443,
"tls_version": "TLSv1.3",
"cipher": "TLS_AES_256_GCM_SHA384",
"cert_subject": "CN=example.com",
"cert_issuer": "C=US, O=SSL Corporation, CN=Cloudflare TLS Issuing ECC CA 3",
"not_before": "2026-07-29T22:10:08Z",
"not_after": "2026-10-27T22:17:21Z",
"days_left": 34,
"expired": false
}