@apifreaks/openapi-specs 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/dist/index.cjs +133 -2
  2. package/dist/index.d.cts +140 -3
  3. package/dist/index.d.ts +140 -3
  4. package/dist/index.js +131 -2
  5. package/dist/specs/commodity/commodity-fluctuation.yaml +225 -0
  6. package/dist/specs/commodity/commodity-prices.yaml +236 -0
  7. package/dist/specs/commodity/commodity-symbols.yaml +159 -0
  8. package/dist/specs/commodity/commodity-time-series.yaml +238 -0
  9. package/dist/specs/commodity/historical-commodity-prices.yaml +208 -0
  10. package/dist/specs/currency/currency-converter.yaml +193 -0
  11. package/dist/specs/currency/currency-fluctuation.yaml +211 -0
  12. package/dist/specs/currency/currency-historical-data-limit.yaml +112 -0
  13. package/dist/specs/currency/currency-rate.yaml +173 -0
  14. package/dist/specs/currency/currency-supported.yaml +176 -0
  15. package/dist/specs/currency/currency-symbols.yaml +115 -0
  16. package/dist/specs/currency/currency-time-series.yaml +232 -0
  17. package/dist/specs/currency/geolocalized-currency-conversion.yaml +214 -0
  18. package/dist/specs/currency/historical-currency-converter.yaml +195 -0
  19. package/dist/specs/currency/historical-currency-rate.yaml +180 -0
  20. package/dist/specs/dns/bulk-dns-lookup.yaml +484 -0
  21. package/dist/specs/dns/dns-history-lookup.yaml +451 -0
  22. package/dist/specs/dns/dns-lookup.yaml +360 -0
  23. package/dist/specs/dns/reverse-dns-lookup.yaml +338 -0
  24. package/dist/specs/domain/bulk-domain-checker.yaml +198 -0
  25. package/dist/specs/domain/domain-search-with-suggestions.yaml +196 -0
  26. package/dist/specs/domain/domain-search.yaml +149 -0
  27. package/dist/specs/domain/subdomain-lookup.yaml +251 -0
  28. package/dist/specs/email-validation/bulk-email-validation.yaml +403 -0
  29. package/dist/specs/email-validation/email-checker.yaml +451 -0
  30. package/dist/specs/financial/bulk-vat-rates-country.yaml +250 -0
  31. package/dist/specs/financial/financial-apis-supported-countries.yaml +152 -0
  32. package/dist/specs/financial/iban-validation.yaml +270 -0
  33. package/dist/specs/financial/swift-code-finder.yaml +146 -0
  34. package/dist/specs/financial/swift-code-lookup.yaml +156 -0
  35. package/dist/specs/financial/vat-number-validation.yaml +205 -0
  36. package/dist/specs/financial/vat-rates-by-ip.yaml +200 -0
  37. package/dist/specs/financial/vat-rates-country.yaml +212 -0
  38. package/dist/specs/general/usage-credits.yaml +188 -0
  39. package/dist/specs/geocoding/forward-geocoding.yaml +292 -0
  40. package/dist/specs/geocoding/reverse-geocoding.yaml +237 -0
  41. package/dist/specs/geodb/administrative-units-details.yaml +180 -0
  42. package/dist/specs/geodb/administrative-units-levels.yaml +140 -0
  43. package/dist/specs/geodb/administrative-units.yaml +168 -0
  44. package/dist/specs/geodb/cities.yaml +209 -0
  45. package/dist/specs/geodb/countries-details.yaml +207 -0
  46. package/dist/specs/geodb/countries.yaml +199 -0
  47. package/dist/specs/geodb/flags-supported.yaml +119 -0
  48. package/dist/specs/geodb/flags.yaml +170 -0
  49. package/dist/specs/geodb/regions.yaml +76 -0
  50. package/dist/specs/geodb/subregions.yaml +158 -0
  51. package/dist/specs/ip-intelligence/bulk-ip-lookup.yaml +895 -0
  52. package/dist/specs/ip-intelligence/bulk-ip-threat-intelligence.yaml +310 -0
  53. package/dist/specs/ip-intelligence/ip-locator.yaml +708 -0
  54. package/dist/specs/ip-intelligence/ip-threat-intelligence.yaml +230 -0
  55. package/dist/specs/other/astronomy-data.yaml +632 -0
  56. package/dist/specs/pdf/delete-pdf-page.yaml +193 -0
  57. package/dist/specs/pdf/linearize-pdf.yaml +187 -0
  58. package/dist/specs/pdf/merge-pdf.yaml +193 -0
  59. package/dist/specs/pdf/pdf-compress.yaml +208 -0
  60. package/dist/specs/pdf/pdf-decrypt.yaml +202 -0
  61. package/dist/specs/pdf/pdf-encrypt.yaml +213 -0
  62. package/dist/specs/pdf/pdf-extract-pages.yaml +199 -0
  63. package/dist/specs/pdf/pdf-file-status.yaml +148 -0
  64. package/dist/specs/pdf/pdf-file.yaml +136 -0
  65. package/dist/specs/pdf/pdf-files.yaml +85 -0
  66. package/dist/specs/pdf/pdf-resource-download.yaml +117 -0
  67. package/dist/specs/pdf/pdf-resource-upload-binary.yaml +152 -0
  68. package/dist/specs/pdf/pdf-resource-upload.yaml +163 -0
  69. package/dist/specs/pdf/pdf-restrict.yaml +246 -0
  70. package/dist/specs/pdf/pdf-split-pages.yaml +208 -0
  71. package/dist/specs/pdf/pdf-task-status.yaml +187 -0
  72. package/dist/specs/pdf/pdf-to-image.yaml +844 -0
  73. package/dist/specs/pdf/pdf-unrestrict.yaml +221 -0
  74. package/dist/specs/pdf/rotate-pdf-pages.yaml +207 -0
  75. package/dist/specs/phone-validation/bulk-phone-number-validation.yaml +374 -0
  76. package/dist/specs/phone-validation/phone-number-validation.yaml +344 -0
  77. package/dist/specs/scraper/web-scraper.yaml +479 -0
  78. package/dist/specs/screenshot/bulk-screenshot.yaml +728 -0
  79. package/dist/specs/screenshot/website-screenshot.yaml +822 -0
  80. package/dist/specs/ssl/ssl-certificate-chain-lookup.yaml +593 -0
  81. package/dist/specs/ssl/ssl-certificate-lookup.yaml +478 -0
  82. package/dist/specs/timezone/timezone-converter.yaml +249 -0
  83. package/dist/specs/timezone/timezone-lookup.yaml +712 -0
  84. package/dist/specs/user-agent/bulk-user-agent-parser.yaml +340 -0
  85. package/dist/specs/user-agent/user-agent-parser.yaml +271 -0
  86. package/dist/specs/weather/air-quality.yaml +590 -0
  87. package/dist/specs/weather/bulk-live-weather.yaml +654 -0
  88. package/dist/specs/weather/flood-forecast.yaml +519 -0
  89. package/dist/specs/weather/historical-weather.yaml +842 -0
  90. package/dist/specs/weather/live-weather.yaml +633 -0
  91. package/dist/specs/weather/marine-weather.yaml +806 -0
  92. package/dist/specs/weather/time-series-weather.yaml +821 -0
  93. package/dist/specs/weather/weather-forecast.yaml +935 -0
  94. package/dist/specs/whois/asn-lookup.yaml +618 -0
  95. package/dist/specs/whois/bulk-whois-lookup.yaml +827 -0
  96. package/dist/specs/whois/domain-whois-history-lookup.yaml +445 -0
  97. package/dist/specs/whois/reverse-whois.yaml +566 -0
  98. package/dist/specs/whois/whois-domain-lookup.yaml +537 -0
  99. package/dist/specs/whois/whois-ip-lookup.yaml +1123 -0
  100. package/dist/specs/zip-code/bulk-zip-code-lookup.yaml +232 -0
  101. package/dist/specs/zip-code/zip-code-api.yaml +216 -0
  102. package/dist/specs/zip-code/zip-code-distance-match.yaml +239 -0
  103. package/dist/specs/zip-code/zip-code-distance.yaml +233 -0
  104. package/dist/specs/zip-code/zip-codes-by-city.yaml +201 -0
  105. package/dist/specs/zip-code/zip-codes-by-region.yaml +200 -0
  106. package/dist/specs/zip-code/zip-codes-radius-search.yaml +262 -0
  107. package/package.json +6 -2
  108. package/specs/pdf/merge-pdf.json +2 -2
@@ -0,0 +1,593 @@
1
+ openapi: 3.1.1
2
+ info:
3
+ title: SSL Certificate Chain Lookup API Reference
4
+ version: 1.0.0
5
+ description: Retrieve the complete SSL certificate chain for any domain, including all intermediate and root certificates. Returns the same detailed certificate information as the single lookup — expiry dates, issuer details, signature algorithms, public key data, and extensions — for every certificate in the chain.
6
+ contact:
7
+ name: APIFreaks Support
8
+ url: https://apifreaks.com/contact
9
+ email: support@apifreaks.com
10
+ servers:
11
+ - url: https://api.apifreaks.com/v1.0
12
+ description: SSL Certificate Chain Lookup API Server
13
+ paths:
14
+ /domain/ssl/live/chain:
15
+ get:
16
+ tags:
17
+ - SSL APIs
18
+ summary: Retrieve all certificates from the domain to the root Certificate Authority (CA) of a domain.
19
+ description: |
20
+ Retrieve the complete SSL certificate chain from root Certificate Authority (CA) to end-user certificate.
21
+ This endpoint provides comprehensive information about each certificate in the chain.
22
+ operationId: sslCertificateChainLookup
23
+ parameters:
24
+ - name: format
25
+ in: query
26
+ required: false
27
+ schema:
28
+ type: string
29
+ enum:
30
+ - json
31
+ - xml
32
+ default: json
33
+ description: Format of the response.
34
+ - name: domainName
35
+ in: query
36
+ required: true
37
+ schema:
38
+ type: string
39
+ description: Domain name or URL whose SSL certificate chain lookup is required
40
+ - name: sslRaw
41
+ in: query
42
+ required: false
43
+ schema:
44
+ type: boolean
45
+ description: Set to true to get the raw openSSL response for each certificate in the chain
46
+ responses:
47
+ '200':
48
+ description: Successful SSL certificate chain lookup response
49
+ content:
50
+ application/json:
51
+ schema:
52
+ $ref: '#/components/schemas/SSLLookupResponse'
53
+ examples:
54
+ SSL Certificate Chain:
55
+ value:
56
+ domainName: google.com
57
+ queryTime: '2026-06-06 14:58:45'
58
+ sslCertificates:
59
+ - chainOrder: end-user
60
+ authenticationType: domain
61
+ validityStartDate: 2026-06-2 06:23:03 UTC
62
+ validityEndDate: 2026-08-31 07:21:11 UTC
63
+ serialNumber: 7b:75:1c:fe:fb:bb:95:33:0e:e2:a1:6b:9e:89:e1:b7
64
+ signatureAlgorithm: ECDSA-SHA256
65
+ subject:
66
+ commonName: '*.google.com'
67
+ issuer:
68
+ commonName: WE1
69
+ organization: Google Trust Services
70
+ country: US
71
+ publicKey:
72
+ keySize: 256 bit
73
+ keyAlgorithm: ECDSA
74
+ pemRaw: |
75
+ -----BEGIN PUBLIC KEY-----
76
+ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAELD2RK4J04b+CkgML4RrJmWd482WIxr61Nq21HpA9c9G5ou6PsaIEhrESlu6xMHM+ucHh/0jQArZwnb8F0YwXZw==
77
+ -----END PUBLIC KEY-----
78
+ extensions:
79
+ authorityKeyIdentifier: 90:77:92:35:67:C4:FF:A8:CC:A9:E6:7B:D9:80:79:7B:CC:93:F9:38
80
+ subjectKeyIdentifier: 6D:E0:94:E7:A4:F4:43:F1:20:17:0E:81:FC:C4:91:4D:18:A0:C9:2F
81
+ keyUsages:
82
+ - Digital Signature
83
+ extendedKeyUsages:
84
+ - TLS Web Server Authentication
85
+ crlDistributionPoints:
86
+ - http://c.pki.goog/we1/R7LgAnKD4Lk.crl
87
+ authorityInfoAccess:
88
+ issuers:
89
+ - http://i.pki.goog/we1.crt
90
+ ocsp:
91
+ - http://o.pki.goog/s/we1/e3U
92
+ subjectAlternativeNames:
93
+ dnsNames:
94
+ - '*.google.com'
95
+ - google.com
96
+ certificatePolicies:
97
+ - policyId: 2.23.140.1.2.1
98
+ pemRaw: |
99
+ -----BEGIN CERTIFICATE-----
100
+ MIIDpDCCA0mgAwIBAgIQe3Uc/vu7lTMO4qFrnonhtzAKBggqhkjOPQQDAjA7MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVR29vZ2xlIFRydXN0IFNlcnZpY2VzMQwwCgYDVQQDEwNXRTEwHhcNMjYwNjAyMDYyMzAzWhcNMjYwODMxMDcyMTExWjAWMRQwEgYDVQQDEwtqZnJlYWtzLmNvbTBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCw9kSuCdOG/gpIDC+EayZlnePNliMa+tTattR6QPXPRuaLuj7GiBIaxEpbusTBzPrnB4f9I0AK2cJ2/BdGMF2ejggJSMIICTjAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAdBgNVHQ4EFgQUbeCU56T0Q/EgFw6B/MSRTRigyS8wHwYDVR0jBBgwFoAUkHeSNWfE/6jMqeZ72YB5e8yT+TgwXgYIKwYBBQUHAQEEUjBQMCcGCCsGAQUFBzABhhtodHRwOi8vby5wa2kuZ29vZy9zL3dlMS9lM1UwJQYIKwYBBQUHMAKGGWh0dHA6Ly9pLnBraS5nb29nL3dlMS5jcnQwJQYDVR0RBB4wHIILamZyZWFrcy5jb22CDSouamZyZWFrcy5jb20wEwYDVR0gBAwwCjAIBgZngQwBAgEwNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2MucGtpLmdvb2cvd2UxL1I3TGdBbktENExrLmNybDCCAQMGCisGAQQB1nkCBAIEgfQEgfEA7wB2AJROQ4f67MHvgfMZJCaoGGUBx9NfOAIBP3JnfVU3LhnYAAABnoc27FIAAAQDAEcwRQIhAN5bVfN6osVhMW6F32m52+fRsNf6yDQIhXfHZ3S0DXK7AiBdVp3hQqIjM/TpSynLnZJ5W6Ng4Pd5WjRZtZP8wtNBmAB1ANgJVTuUT3r/yBYZb5RPhauw+Pxeh1UmDxXRLnK7RUsUAAABnoc27IUAAAQDAEYwRAIgZ4Hn/21EyS31ZoYWNiIbIbfnSWvnTTzMBGUzkPXa7E4CIChvO8tx+1vcNhmO2/qpE5pwLTIpeqwKH9+OvGdfoa4pMAoGCCqGSM49BAMCA0kAMEYCIQDL0J1LBJszJdu9uQJi5roRavn8KzuiC0caVQ9KxB1LzQIhAL16BeuNfUXnQ0JxUMiVXIWmKz7QoiLImDBS1+b+ZvJP
101
+ -----END CERTIFICATE-----
102
+ - chainOrder: intermediate
103
+ authenticationType: organization
104
+ validityStartDate: 2023-12-13 09:00:00 UTC
105
+ validityEndDate: 2029-02-20 14:00:00 UTC
106
+ serialNumber: 7f:f3:19:77:97:2c:22:4a:76:15:5d:13:b6:d6:85:e3
107
+ signatureAlgorithm: ECDSA-SHA2384
108
+ subject:
109
+ commonName: WE1
110
+ organization: Google Trust Services
111
+ country: US
112
+ issuer:
113
+ commonName: GTS Root R4
114
+ organization: Google Trust Services LLC
115
+ country: US
116
+ publicKey:
117
+ keySize: 256 bit
118
+ keyAlgorithm: ECDSA
119
+ pemRaw: |
120
+ -----BEGIN PUBLIC KEY-----
121
+ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEb806/mdXR0whA4VAwkddu1hHD0DBXBeFxhk359V87YZLm4HZ1xoTpQoD+JjExuie/xBZjywmmPXmJiW7DwL6Vg==
122
+ -----END PUBLIC KEY-----
123
+ extensions:
124
+ authorityKeyIdentifier: 80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C
125
+ subjectKeyIdentifier: 90:77:92:35:67:C4:FF:A8:CC:A9:E6:7B:D9:80:79:7B:CC:93:F9:38
126
+ keyUsages:
127
+ - CRL Sign
128
+ - Digital Signature
129
+ - Certificate Sign
130
+ extendedKeyUsages:
131
+ - TLS Web Server Authentication
132
+ - TLS Web Client Authentication
133
+ crlDistributionPoints:
134
+ - http://c.pki.goog/r/r4.crl
135
+ authorityInfoAccess:
136
+ issuers:
137
+ - http://i.pki.goog/r4.crt
138
+ certificatePolicies:
139
+ - policyId: 2.23.140.1.2.1
140
+ pemRaw: |
141
+ -----BEGIN CERTIFICATE-----
142
+ MIICnzCCAiWgAwIBAgIQf/MZd5csIkp2FV0TttaF4zAKBggqhkjOPQQDAzBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwHhcNMjMxMjEzMDkwMDAwWhcNMjkwMjIwMTQwMDAwWjA7MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVR29vZ2xlIFRydXN0IFNlcnZpY2VzMQwwCgYDVQQDEwNXRTEwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAARvzTr+Z1dHTCEDhUDCR127WEcPQMFcF4XGGTfn1XzthkubgdnXGhOlCgP4mMTG6J7/EFmPLCaY9eYmJbsPAvpWo4H+MIH7MA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwEgYDVR0TAQH/BAgwBgEB/wIBADAdBgNVHQ4EFgQUkHeSNWfE/6jMqeZ72YB5e8yT+TgwHwYDVR0jBBgwFoAUgEzW63T/STaj1dj8tT7FavCUHYwwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzAChhhodHRwOi8vaS5wa2kuZ29vZy9yNC5jcnQwKwYDVR0fBCQwIjAgoB6gHIYaaHR0cDovL2MucGtpLmdvb2cvci9yNC5jcmwwEwYDVR0gBAwwCjAIBgZngQwBAgEwCgYIKoZIzj0EAwMDaAAwZQIxAOcCq1HW90OVznX+0RGU1cxAQXomvtgM8zItPZCuFQ8jSBJSjz5keROv9aYsAm5VsQIwJonMaAFi54mrfhfoFNZEfuNMSQ6/bIBiNLiyoX46FohQvKeIoJ99cx7sUkFN7uJW
143
+ -----END CERTIFICATE-----
144
+ - chainOrder: intermediate
145
+ authenticationType: organization
146
+ validityStartDate: 2023-11-15 03:43:21 UTC
147
+ validityEndDate: 2028-01-28 00:00:42 UTC
148
+ serialNumber: 7f:e5:30:bf:33:13:43:be:dd:82:16:10:49:3d:8a:1b
149
+ signatureAlgorithm: SHA256-RSA
150
+ subject:
151
+ commonName: GTS Root R4
152
+ organization: Google Trust Services LLC
153
+ country: US
154
+ issuer:
155
+ commonName: GlobalSign Root CA
156
+ organization: GlobalSign nv-sa
157
+ organizationalUnit: Root CA
158
+ country: BE
159
+ publicKey:
160
+ keySize: 384 bit
161
+ keyAlgorithm: ECDSA
162
+ pemRaw: |
163
+ -----BEGIN PUBLIC KEY-----
164
+ MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE83Rzp2iLYK5DuDXFgTB7S0md+8FhzubeRr1r1WEYNa5A3XP3iZEwWus87oV8okB2O6nGuEfYKueSkWpz6bFyOZ8pn6KY019eWIZlD6GEZQbR3IvJx3PIjGov5cSr0R2K
165
+ -----END PUBLIC KEY-----
166
+ extensions:
167
+ authorityKeyIdentifier: 60:7B:66:1A:45:0D:97:CA:89:50:2F:7D:04:CD:34:A8:FF:FC:FD:4B
168
+ subjectKeyIdentifier: 80:4C:D6:EB:74:FF:49:36:A3:D5:D8:FC:B5:3E:C5:6A:F0:94:1D:8C
169
+ keyUsages:
170
+ - CRL Sign
171
+ - Digital Signature
172
+ - Certificate Sign
173
+ extendedKeyUsages:
174
+ - TLS Web Server Authentication
175
+ - TLS Web Client Authentication
176
+ crlDistributionPoints:
177
+ - http://c.pki.goog/r/gsr1.crl
178
+ authorityInfoAccess:
179
+ issuers:
180
+ - http://i.pki.goog/gsr1.crt
181
+ certificatePolicies:
182
+ - policyId: 2.23.140.1.2.1
183
+ pemRaw: |
184
+ -----BEGIN CERTIFICATE-----
185
+ MIIDejCCAmKgAwIBAgIQf+UwvzMTQ77dghYQST2KGzANBgkqhkiG9w0BAQsFADBXMQswCQYDVQQGEwJCRTEZMBcGA1UEChMQR2xvYmFsU2lnbiBudi1zYTEQMA4GA1UECxMHUm9vdCBDQTEbMBkGA1UEAxMSR2xvYmFsU2lnbiBSb290IENBMB4XDTIzMTExNTAzNDMyMVoXDTI4MDEyODAwMDA0MlowRzELMAkGA1UEBhMCVVMxIjAgBgNVBAoTGUdvb2dsZSBUcnVzdCBTZXJ2aWNlcyBMTEMxFDASBgNVBAMTC0dUUyBSb290IFI0MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE83Rzp2iLYK5DuDXFgTB7S0md+8FhzubeRr1r1WEYNa5A3XP3iZEwWus87oV8okB2O6nGuEfYKueSkWpz6bFyOZ8pn6KY019eWIZlD6GEZQbR3IvJx3PIjGov5cSr0R2Ko4H/MIH8MA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUgEzW63T/STaj1dj8tT7FavCUHYwwHwYDVR0jBBgwFoAUYHtmGkUNl8qJUC99BM00qP/8/UswNgYIKwYBBQUHAQEEKjAoMCYGCCsGAQUFBzAChhpodHRwOi8vaS5wa2kuZ29vZy9nc3IxLmNydDAtBgNVHR8EJjAkMCKgIKAehhxodHRwOi8vYy5wa2kuZ29vZy9yL2dzcjEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAYQrsPBtYDh5bjP2OBDwmkoWhIDDkic574y04tfzHpn+cJodI2D4SseesQ6bDrarZ7C30ddLibZatoKiws3UL9xnELz4ct92vID24FfVbiI1hY+SW6FoVHkNeWIP0GCbaM4C6uVdF5dTUsMVs/ZbzNnIdCp5Gxmx5ejvEau8otR/CskGN+hr/W5GvT1tMBjgWKZ1i4//emhA1JG1BbPzoLJQvyEotc03lXjTaCzv8mEbep8RqZ7a2CPsgRbuvTPBwcOMBBmuFeU88+FSBX6+7iP0il8b4Z0QFqIwwMHfs/L6K1vepuoxtGzi4CZ68zJpiq1UvSqTbFJjtbD4seiMHl
186
+ -----END CERTIFICATE-----
187
+ - chainOrder: root
188
+ authenticationType: self-signed-ca
189
+ validityStartDate: 2011-09-22 11:22:02 UTC
190
+ validityEndDate: 2030-09-22 11:22:02 UTC
191
+ serialNumber: 'Signature Algorithm: sha256WithRSAEncryption'
192
+ signatureAlgorithm: SHA256-RSA
193
+ subject:
194
+ commonName: Actalis Authentication Root CA
195
+ organization: Actalis S.p.A./03358520967
196
+ locality: Milan
197
+ country: IT
198
+ issuer:
199
+ commonName: Actalis Authentication Root CA
200
+ organization: Actalis S.p.A./03358520967
201
+ locality: Milan
202
+ country: IT
203
+ publicKey:
204
+ keySize: 4096 bit
205
+ keyAlgorithm: RSA
206
+ pemRaw: |
207
+ -----BEGIN PUBLIC KEY-----
208
+ MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAQ==
209
+ -----END PUBLIC KEY-----
210
+ extensions:
211
+ authorityKeyIdentifier: 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0
212
+ subjectKeyIdentifier: 52:D8:88:3A:C8:9F:78:66:ED:89:F3:7B:38:70:94:C9:02:02:36:D0
213
+ keyUsages:
214
+ - CRL Sign
215
+ - Certificate Sign
216
+ pemRaw: |
217
+ -----BEGIN CERTIFICATE-----
218
+ MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNvUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1YprbrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2Fbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxeKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4Fv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbnfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7jPKxwV2dpAtMK9myGPW1n0sCAwEAAQaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7YnzezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbtifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQALe3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDzWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4VSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9jpwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyXX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+OkfcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7RK4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btUZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJULysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaTLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhl
219
+ -----END CERTIFICATE-----
220
+ '400':
221
+ description: Bad Request – Invalid domain parameter
222
+ content:
223
+ application/json:
224
+ schema:
225
+ $ref: '#/components/schemas/ErrorResponse'
226
+ examples:
227
+ Invalid Domain Param:
228
+ value:
229
+ timestamp: '2025-08-14T10:27:07.511Z'
230
+ status: 400
231
+ error: Invalid Param Exception
232
+ message: ' Please pass domain param correct value e.g. whoisfreaks.com, https://whoisfreaks.com, http://whoisfreaks.com [For Technical Support: support@apifreaks.com]'
233
+ path: /v1.0/domain/ssl/live/chain
234
+ '403':
235
+ description: Forbidden – Domain extension unavailable
236
+ content:
237
+ application/json:
238
+ schema:
239
+ $ref: '#/components/schemas/ErrorResponse'
240
+ examples:
241
+ Unavailable Domain Extension:
242
+ value:
243
+ timestamp: '2025-08-14T10:27:54.671Z'
244
+ status: 403
245
+ error: Forbidden
246
+ message: Unavailable domain extension.
247
+ path: /v1.0/domain/ssl/live/chain
248
+ '404':
249
+ description: Not Found – No SSL certificate exists
250
+ content:
251
+ application/json:
252
+ schema:
253
+ $ref: '#/components/schemas/ErrorResponse'
254
+ examples:
255
+ No SSL Certificate:
256
+ value:
257
+ timestamp: '2025-08-14T10:28:32.443Z'
258
+ status: 404
259
+ error: SSL Data Not Found
260
+ message: No Ssl Certificate exists for entered Domain
261
+ path: /v1.0/domain/ssl/live/chain
262
+ components:
263
+ securitySchemes:
264
+ ApiKeyAuthHeader:
265
+ type: apiKey
266
+ in: header
267
+ name: X-apiKey
268
+ description: Pass your API key via the X-apiKey request header.
269
+ ApiKeyAuthQuery:
270
+ type: apiKey
271
+ in: query
272
+ name: apiKey
273
+ description: Pass your API key via the apiKey query parameter.
274
+ schemas:
275
+ SSLLookupResponse:
276
+ type: object
277
+ required:
278
+ - domainName
279
+ - queryTime
280
+ - sslCertificates
281
+ properties:
282
+ domainName:
283
+ type: string
284
+ description: Domain name or URL that was queried.
285
+ queryTime:
286
+ type: string
287
+ format: date-time
288
+ description: Timestamp when the query was executed.
289
+ sslCertificates:
290
+ type: array
291
+ items:
292
+ $ref: '#/components/schemas/SSLCertificateItem'
293
+ description: Array of SSL certificate objects forming the complete certificate chain.
294
+ sslRaw:
295
+ type: string
296
+ description: Raw OpenSSL response text if sslRaw was set to true.
297
+ description: SSL certificate chain lookup response containing certificate details and extensions for each certificate in the chain.
298
+ SSLCertificateItem:
299
+ type: object
300
+ description: A single SSL certificate in the certificate chain.
301
+ required:
302
+ - chainOrder
303
+ - authenticationType
304
+ - validityStartDate
305
+ - validityEndDate
306
+ - serialNumber
307
+ - signatureAlgorithm
308
+ - pemRaw
309
+ - subject
310
+ - issuer
311
+ - publicKey
312
+ - extensions
313
+ properties:
314
+ chainOrder:
315
+ type: string
316
+ description: Position in the certificate chain (end-user, intermediate, root).
317
+ authenticationType:
318
+ type: string
319
+ description: Authentication type (domain, organization, extended).
320
+ validityStartDate:
321
+ type: string
322
+ format: date-time
323
+ description: Certificate validity start date.
324
+ validityEndDate:
325
+ type: string
326
+ format: date-time
327
+ description: Certificate validity end date.
328
+ serialNumber:
329
+ type: string
330
+ description: Certificate serial number.
331
+ signatureAlgorithm:
332
+ type: string
333
+ description: Signature algorithm used (e.g., SHA256-RSA).
334
+ subject:
335
+ $ref: '#/components/schemas/SSLSubject'
336
+ issuer:
337
+ $ref: '#/components/schemas/SSLIssuer'
338
+ publicKey:
339
+ $ref: '#/components/schemas/SSLPublicKey'
340
+ extensions:
341
+ $ref: '#/components/schemas/SSLExtensions'
342
+ pemRaw:
343
+ type: string
344
+ description: Raw PEM-encoded certificate.
345
+ SSLSubject:
346
+ type: object
347
+ description: Subject information of the SSL certificate.
348
+ required:
349
+ - commonName
350
+ properties:
351
+ commonName:
352
+ type: string
353
+ description: Common name of the subject.
354
+ organization:
355
+ type: string
356
+ description: Organization of the subject.
357
+ organizationalUnit:
358
+ type: string
359
+ description: Organizational unit of the subject.
360
+ locality:
361
+ type: string
362
+ description: Locality of the subject.
363
+ state:
364
+ type: string
365
+ description: State of the subject.
366
+ country:
367
+ type: string
368
+ description: Country of the subject.
369
+ incCountry:
370
+ type: string
371
+ description: Incorporation country of the subject.
372
+ incState:
373
+ type: string
374
+ description: Incorporation state of the subject.
375
+ businessCategory:
376
+ type: string
377
+ description: Business category of the subject.
378
+ street:
379
+ type: string
380
+ description: Street address of the subject.
381
+ postalCode:
382
+ type: string
383
+ description: Postal code of the subject.
384
+ serialNumber:
385
+ type: string
386
+ description: Serial number of the subject.
387
+ SSLIssuer:
388
+ type: object
389
+ description: Issuer information of the SSL certificate.
390
+ required:
391
+ - commonName
392
+ - organization
393
+ - country
394
+ properties:
395
+ commonName:
396
+ type: string
397
+ description: Common name of the issuer.
398
+ organization:
399
+ type: string
400
+ description: Organization of the issuer.
401
+ organizationalUnit:
402
+ type: string
403
+ description: Organizational unit of the issuer.
404
+ locality:
405
+ type: string
406
+ description: Locality of the issuer.
407
+ state:
408
+ type: string
409
+ description: State of the issuer.
410
+ country:
411
+ type: string
412
+ description: Country of the issuer.
413
+ incCountry:
414
+ type: string
415
+ description: Incorporation country of the issuer.
416
+ incState:
417
+ type: string
418
+ description: Incorporation state of the issuer.
419
+ businessCategory:
420
+ type: string
421
+ description: Business category of the issuer.
422
+ street:
423
+ type: string
424
+ description: Street address of the issuer.
425
+ postalCode:
426
+ type: string
427
+ description: Postal code of the issuer.
428
+ serialNumber:
429
+ type: string
430
+ description: Serial number of the issuer.
431
+ SSLPublicKey:
432
+ type: object
433
+ description: Public key details of the SSL certificate.
434
+ required:
435
+ - keySize
436
+ - keyAlgorithm
437
+ - pemRaw
438
+ properties:
439
+ keySize:
440
+ type: string
441
+ description: Public key size (e.g., 256 bit).
442
+ keyAlgorithm:
443
+ type: string
444
+ description: Public key algorithm (e.g., ECDSA, RSA).
445
+ pemRaw:
446
+ type: string
447
+ description: Raw PEM-encoded public key.
448
+ SSLExtensions:
449
+ type: object
450
+ description: X.509 certificate extensions.
451
+ required:
452
+ - keyUsages
453
+ properties:
454
+ authorityKeyIdentifier:
455
+ type: string
456
+ description: Authority key identifier.
457
+ subjectKeyIdentifier:
458
+ type: string
459
+ description: Subject key identifier.
460
+ keyUsages:
461
+ type: array
462
+ items:
463
+ type: string
464
+ description: Key usage extensions.
465
+ extendedKeyUsages:
466
+ type: array
467
+ items:
468
+ type: string
469
+ description: Extended key usage extensions.
470
+ crlDistributionPoints:
471
+ type: array
472
+ items:
473
+ type: string
474
+ description: CRL distribution point URLs.
475
+ authorityInfoAccess:
476
+ $ref: '#/components/schemas/SSLAuthorityInfoAccess'
477
+ subjectAlternativeNames:
478
+ $ref: '#/components/schemas/SSLSubjectAlternativeNames'
479
+ certificatePolicies:
480
+ type: array
481
+ items:
482
+ $ref: '#/components/schemas/SSLCertificatePolicy'
483
+ description: Certificate policy objects.
484
+ SSLAuthorityInfoAccess:
485
+ type: object
486
+ description: Authority information access details.
487
+ properties:
488
+ issuers:
489
+ type: array
490
+ items:
491
+ type: string
492
+ description: Issuer certificate URLs.
493
+ ocsp:
494
+ type: array
495
+ items:
496
+ type: string
497
+ description: OCSP responder URLs.
498
+ required: []
499
+ SSLSubjectAlternativeNames:
500
+ type: object
501
+ description: Subject alternative names on the certificate.
502
+ properties:
503
+ dnsNames:
504
+ type: array
505
+ items:
506
+ type: string
507
+ description: DNS names on the certificate.
508
+ emailAddresses:
509
+ type: array
510
+ items:
511
+ type: string
512
+ description: Email addresses on the certificate.
513
+ ipAddresses:
514
+ type: array
515
+ items:
516
+ type: string
517
+ description: IP addresses on the certificate.
518
+ uris:
519
+ type: array
520
+ items:
521
+ type: string
522
+ description: URIs on the certificate.
523
+ required: []
524
+ SSLCertificatePolicy:
525
+ type: object
526
+ description: A certificate policy object.
527
+ properties:
528
+ policyId:
529
+ type: string
530
+ description: Policy OID identifier.
531
+ policyQualifier:
532
+ $ref: '#/components/schemas/SSLPolicyQualifier'
533
+ required: []
534
+ SSLPolicyQualifier:
535
+ type: object
536
+ description: Policy qualifier for a certificate policy.
537
+ properties:
538
+ oid:
539
+ type: string
540
+ description: OID of the policy qualifier.
541
+ cpsUri:
542
+ type: string
543
+ format: uri
544
+ description: CPS URI for the policy qualifier.
545
+ userNotice:
546
+ $ref: '#/components/schemas/SSLUserNotice'
547
+ required: []
548
+ SSLUserNotice:
549
+ type: object
550
+ description: User notice for a policy qualifier.
551
+ properties:
552
+ explicitText:
553
+ type: string
554
+ description: Explicit text of the user notice.
555
+ noticeRef:
556
+ $ref: '#/components/schemas/SSLUserNoticeRef'
557
+ required: []
558
+ SSLUserNoticeRef:
559
+ type: object
560
+ description: Notice reference for a user notice.
561
+ properties:
562
+ organization:
563
+ type: string
564
+ description: Organization for the notice reference.
565
+ noticeNumbers:
566
+ type: string
567
+ description: Notice numbers.
568
+ required: []
569
+ ErrorResponse:
570
+ type: object
571
+ description: Standard error envelope returned by the API on failed requests.
572
+ required:
573
+ - message
574
+ properties:
575
+ error:
576
+ type: string
577
+ description: Short error category or exception type.
578
+ message:
579
+ type: string
580
+ description: Human-readable error message describing the failure.
581
+ path:
582
+ type: string
583
+ description: API endpoint path that produced the error.
584
+ status:
585
+ type: integer
586
+ description: HTTP status code returned with the error.
587
+ timestamp:
588
+ type: string
589
+ format: date-time
590
+ description: Timestamp when the error occurred (ISO 8601).
591
+ security:
592
+ - ApiKeyAuthHeader: []
593
+ - ApiKeyAuthQuery: []