From 8ab68786dc47fc941b88d9b810dbc1c47889ae40 Mon Sep 17 00:00:00 2001 From: deepshekhardas Date: Fri, 4 Sep 2026 14:14:17 +0530 Subject: [PATCH] feat: add SSL Labs API Add SSL Labs deep SSL/TLS analysis to Security section, alphabetically between SSL Domain Health Check and Threat Jammer. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ade44e71..74a47eff 100644 --- a/README.md +++ b/README.md @@ -1762,6 +1762,7 @@ API | Description | Auth | HTTPS | CORS | | [Shodan](https://developer.shodan.io/) | Search engine for Internet connected devices | `apiKey` | Yes | Unknown | | [Spyse](https://spyse-dev.readme.io/reference/quick-start) | Access data on all Internet assets and build powerful attack surface management applications | `apiKey` | Yes | Unknown | | [SSL Domain Health Check](https://rapidapi.com/goktugbk/api/ssl-domain-health-check) | SSL certificate validity, domain WHOIS status, and DNS record checks for any domain | `apiKey` | Yes | Unknown | +| [SSL Labs](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md) | Deep SSL/TLS server analysis with A+ to F grading | No | Yes | Unknown | | [Threat Jammer](https://threatjammer.com/docs/index) | Risk scoring service from curated threat intelligence data | `apiKey` | Yes | Unknown | | [UK Police](https://data.police.uk/docs/) | UK Police data | No | Yes | Unknown | | [URLhaus](https://urlhaus.abuse.ch/api/) | Database of malicious URLs used for malware distribution | `No` | Yes | Unknown |