Every certificate, the moment it’s issued.
issued.live is in development. The ingest pipeline is live and reading every public Certificate Transparency log without pause. The public site is not open yet.
When it opens, one HTTP call will return what a domain looks like now — its certificate, its issuer, its hosting address, its registration and expiry dates — and what changed to get there. Two streams in: certificates as they are logged, and domains as they are registered. Joined, enriched, and kept as history.
$ curl issued.live/example.com { "domain": "example.com", "ssl_issuer": "DigiCert Inc", "ssl_expires": "2026-11-04T23:59:59Z", "ssl_cert": "B29662386E876BB3…", "first_cert_seen": "2026-08-06T18:03:04Z", "registered": null, "expires": null, "ip": null }
This is the live response shape. registered, expires
and ip fill in as RDAP and resolution enrichment reach each domain —
they are returned as null until confirmed, never guessed.
No sign-up, no waiting list. The free tier will need no key.