From a5b5c0533d2d42790eb42e19862172fe9ebe7360 Mon Sep 17 00:00:00 2001 From: Omar Obando <54437821+Omar-Obando@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:15:43 -0600 Subject: [PATCH] Add LeakInsight to Security This PR adds the LeakInsight API to the Security section, maintaining strict alphabetical order and the repository's format. LeakInsight allows users to check leaked credentials by email, username, phone, domain, or hash and provides up to 50 free daily checks. API documentation: https://rapidapi.com/codigo6-codigo6-default/api/leakinsight-api/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c622cf926f..27f3c9f7bb 100644 --- a/README.md +++ b/README.md @@ -1482,6 +1482,7 @@ API | Description | Auth | HTTPS | CORS | | [HaveIBeenPwned](https://haveibeenpwned.com/API/v3) | Passwords which have previously been exposed in data breaches | `apiKey` | Yes | Unknown | | [Intelligence X](https://github.com/IntelligenceX/SDK/blob/master/Intelligence%20X%20API.pdf) | Perform OSINT via Intelligence X | `apiKey` | Yes | Unknown | | [LoginRadius](https://www.loginradius.com/docs/) | Managed User Authentication Service | `apiKey` | Yes | Yes | +| [LeakInsight](https://rapidapi.com/codigo6-codigo6-default/api/leakinsight-api/) | Find leaked or exposed credentials by email, username, phone, domain, hash, or breach origin | `apiKey` | Yes | Unknown | | [Microsoft Security Response Center (MSRC)](https://msrc.microsoft.com/report/developer) | Programmatic interfaces to engage with the Microsoft Security Response Center (MSRC) | No | Yes | Unknown | | [Mozilla http scanner](https://github.com/mozilla/http-observatory/blob/master/httpobs/docs/api.md) | Mozilla observatory http scanner | No | Yes | Unknown | | [Mozilla tls scanner](https://github.com/mozilla/tls-observatory#api-endpoints) | Mozilla observatory tls scanner | No | Yes | Unknown |