1. Website Tools
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global University
      • [DEMO] Chinese Poem
      • [DEMO] Global QS World University Rankings
      • [DEMO] Stock US Symbols
      • [DEMO] Stock HK Symbols
    • Global QS World University Rankings
      GET
    • Global University
      GET
    • Chinese Poem
      GET
    • Global QS World University Rankings
      GET
    • Stock US Symbols
      GET
    • Stock HK Symbols
      GET
  • Website Tools
    • DEMO
      • [DEMO] Webpage Readable Content Extraction
      • [DEMO] Domain SSL Certificate Information Parsing
      • [DEMO] Domain DNS Information Query
      • [DEMO] Query Website Favicon and Title
      • [DEMO] Format International Phone
      • [DEMO] URL to static HTML
      • [DEMO] URL to Image
      • [DEMO] URL to Markdown
      • [DEMO] Get URL links
      • [DEMO] Website Snapshot
      • [DEMO] Domain Whois
      • [DEMO] IP Address
      • [DEMO] Article Extract
      • [DEMO] Geographic Coordinate System Converter
      • [DEMO] Extract Structured JSON from Webpage
      • [DEMO] Short Link API
    • Webpage Readable Content Extraction
      POST
    • Domain SSL Certificate Information Parsing
      GET
    • Domain DNS Information Query
      GET
    • Query Website Favicon and Title
      GET
    • Format International Phone
      GET
    • URL to static HTML
      POST
    • URL to Image
      GET
    • URL to Markdown
      POST
    • Get URL links
      GET
    • Website Snapshot
      POST
    • Domain Whois
      GET
    • IP Address
      GET
    • Article Extract
      POST
    • Geographic Coordinate System Converter
      GET
    • Extract Structured JSON from Webpage
      POST
    • Short Link API
      POST
  • Image Recognition
    • DEMO
      • [DEMO] HTML to PDF
      • [DEMO] Image OCR
      • [DEMO] PDF to Format
      • [DEMO] PDF Splitting
      • [DEMO] Markdown to PDF
      • [DEMO] PPT to Images
      • [DEMO] PDF to HTML
      • [DEMO] PDF Summary
      • [DEMO] Image Compress
      • [DEMO] Word to HTML
      • [DEMO] Convert HTML to Word
      • [DEMO] Convert PPT to PDF
    • HTML to PDF
      POST
    • Image OCR
      POST
    • PDF to Format
      POST
    • PDF Splitting
      POST
    • Markdown to PDF
      POST
    • PPT to Images
      POST
    • PDF to HTML
      POST
    • PDF Summary
      POST
    • Image Compress
      POST
    • Word to HTML
      POST
    • Convert HTML to Word
      POST
    • Convert PPT to PDF
      POST
  • QRcode and Barcode
    • DEMO
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
      • [DEMO] Decode QR Code from Image
    • QR Code
    • Wifi QR Code
    • Bar Code
    • Decode QR Code from Image
  • Text Tools
    • DEMO
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
      • [DEMO] Detect Text Language
      • [DEMO] ISBN Book Metadata Lookup
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
    • Detect Text Language
    • ISBN Book Metadata Lookup
  • healthcheck
    GET
  1. Website Tools

Domain SSL Certificate Information Parsing

GET
https://api.gugudata.io/v1/websitetools/sslcertinfo
Last modified:2026-05-14 10:39:32
Domain SSL Certificate Information Parsing
Inspect the SSL certificate chain for a target HTTPS domain and return the parsed certificate details.
Method: GET
Path: /v1/websitetools/sslcertinfo
Demo: https://api.gugudata.io/v1/websitetools/sslcertinfo/demo
OpenAPI: https://gugudata.io/assets/openapi/gugudata.openapi.3.1.json
Request Parameters:
appkey (string, required): Application key used for request authentication. Supply the value as a query parameter, form field, or multipart field according to the request content type.
domain (string, required): Domain name or HTTPS origin to inspect.
Response Fields:
dataStatus.requestParameter (string, required): Normalized request parameters echoed by the service. Sensitive credentials are omitted when available.
dataStatus.statusCode (integer, required): Application-level status code returned by the current v1 contract.
dataStatus.status (string, required): Application-level status enum returned by the current v1 contract.
dataStatus.statusDescription (string, required): Application-level status message returned by the current v1 contract.
dataStatus.responseDateTime (string, required): Response timestamp returned by the current service contract.
dataStatus.dataTotalCount (integer, required): Total number of records that match the request.
data.subjectDN (string, required): Subject Distinguished Name
data.issuerDN (string, required): Issuer Distinguished Name
data.serialNumber (string, required): Serial number
data.validFrom (string, required): Valid from date
data.validTo (string, required): Valid to date
data.signatureAlgorithm (string, required): Signature algorithm
data.publicKey (string, required): Public key information
data.keyUsage (string, optional): Key usage
data.extendedKeyUsage (string, optional): Extended key usage
data.basicConstraints (string, optional): Basic constraints
data.subjectAlternativeNames (string, optional): Subject Alternative Names
data.issuerAlternativeNames (string, optional): Issuer Alternative Names
data.version (string, required): Certificate version
data.signature (string, required): Certificate signature
data.publicKeyAlgorithm (string, required): Public key algorithm
data.extensions (string, required): Certificate extensions information
HTTP Status Codes:
200: Request processed successfully. Some endpoints expose a separate application-level status field in the response body, such as dataStatus.statusCode.
400: Invalid request parameters or request format. Check required fields, data types, and request body format.
401: Missing or unknown application key. Provide a valid appkey with the request.
403: The application key is recognized but access is not allowed. The key may be expired, inactive, or not permitted for the requested API.
429: Request rate or trial usage limit exceeded. Reduce concurrency or retry after the limit window resets.
500: Internal service error. Retry later or contact support if the error persists.
503: Upstream service unavailable. Retry later; the requested upstream dependency is temporarily unavailable.
Business Status Codes:
200 Normal return: No additional remark.
400 Parameter error: No additional remark.
429 Request frequency limited: Cannot exceed 100 requests per second
403 Account in arrears: Please pay attention to the order expiration SMS reminders in time
402 APPKEY error: Please check whether the APPKEY passed is obtained from the developer center
500 API response error: No additional remark.
Key Features:
Provides domain SSL certificate information parsing.
The most complete SSL property information parsing.
Supports extraction of multiple information elements, including Subject Distinguished Name, Issuer Distinguished Name, Serial number, Valid from date, Valid to date, Signature algorithm, Public key information, Key usage, Extended key usage, Basic constraints, Subject Alternative Names, Issuer Alternative Names, Certificate version, Certificate signature, Public key algorithm, Certificate extensions information.
Millisecond parsing performance, supporting high concurrency.
Supports HTTPS (TLS v1.0 / v1.1 / v1.2 / v1.3) for all interfaces.
Fully compatible with Apple ATS.
Nationwide multi-node CDN deployment.
Rapid response of the interface, with multiple servers building API interface load balancing.
Details:
https://gugudata.io/details/sslcertinfo

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff 'https://api.gugudata.io/v1/websitetools/sslcertinfo?appkey=sk-******&domain=gugudata.io'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
  "dataStatus": {
    "requestParameter": "string",
    "statusCode": 0,
    "status": "string",
    "statusDescription": "string",
    "responseDateTime": "string",
    "dataTotalCount": 0
  },
  "data": {
    "subjectDN": "string",
    "issuerDN": "string",
    "serialNumber": "string",
    "validFrom": "string",
    "validTo": "string",
    "signatureAlgorithm": "string",
    "publicKey": "string",
    "keyUsage": "string",
    "extendedKeyUsage": "string",
    "basicConstraints": "string",
    "subjectAlternativeNames": "string",
    "issuerAlternativeNames": "string",
    "version": "string",
    "signature": "string",
    "publicKeyAlgorithm": "string",
    "extensions": "string"
  },
  "DataStatus": {
    "StatusCode": 100,
    "StatusDescription": "OK",
    "ResponseDateTime": "2026-01-01 00:00:00",
    "DataTotalCount": 1
  }
}
Modified at 2026-05-14 10:39:32
Previous
Webpage Readable Content Extraction
Next
Domain DNS Information Query
Built with