Loading
Loading
Retrieve SSL certificate details for any domain. Get comprehensive information including issuer, validity period, public key, subject alternative names, and raw certificate data.
Pass the domain name as a query parameter. The response includes a single end-user certificate. Use the chain endpoint for the full certificate chain.
Authorize every request with your API key, passed either as a header or as a query parameter:
X-apiKeyapiKeyThis is version v1.0 of the API.
The following query parameters control the SSL lookup.
formatoptionalStringdefault: jsonResponse format: 'json' (default) or 'xml'.
domainNamerequiredStringDomain name or URL whose SSL certificate lookup is required
sslRawoptionalBooleandefault: falseFor getting the raw openSSL response of the domain.
A successful request returns a 200 OK response with a JSON object containing the SSL certificate details for the queried domain, including issuer, validity period, public key, and extensions.
domainNameDomain for which the certificate is queried.
queryTimeTime when the query was made.
sslRawRaw OpenSSL output for the certificate. Only present when sslRaw parameter is set to true.
chainOrder (String), authenticationType (String), validityStartDate (String), validityEndDate (String), serialNumber (String), …
Besides the response body, every response carries custom headers you can use to track credit usage, and concurrency usage on endpoints that enforce a concurrency limit. See the Custom Response Headers documentation and the endpoints with concurrency limits for more details.
X-Concurrent-Threadsheaderconcurrency-limited endpointsSpecifies the maximum number of concurrent requests allowed.
X-Concurrent-Threads-Activeheaderconcurrency-limited endpointsIndicates the number of active concurrent requests being processed.
X-AF-Credits-Costheaderall responsesSpecifies the number of credits consumed by the current request.
See the HTTP Status Codes documentation for a complete reference of common API errors and HTTP status codes.
Please pass domain param correct value [For Technical Support: support@apifreaks.com]
Unavailable domain extension.
No Ssl Certificate exists for this Domain