SSL/TLS Certificates API

https://api.codepunch.com/tlscerts/v2

SSL/TLS certificate data ingested from Certificate Transparency logs. 6 to 10 million certificates processed daily, searchable across a 90-day window. Covers gTLD and ccTLD domains.

Keyword syntax: use | for OR, space for AND, double quotes for adjacent terms, and * for partial matches. Example: apple|orange finds certificates containing either word. *net finds certificates ending with net.

Recent Certificates

GET /{token}/recent

Returns the most recently issued certificates within a rolling time window. Useful for near-real-time monitoring pipelines.

timegap integer optional

Hours to look back. Default 2, maximum 168 (7 days).

kw string optional

Same keyword syntax as the certificates endpoint.

dts enum optional

valid_from or recorded_at. Default valid_from.

Certificate Detail

GET /{token}/certificate/{id}

Returns full certificate data for a given ID, including the complete x509 structure, extensions, Subject Alternative Names, and PEM-encoded certificate. The id comes from the id field in search results.