From 849182aa1a811ab3a0910f0df29c6589498c106b Mon Sep 17 00:00:00 2001 From: Benjamin Taylor <49266701+0xBenjaminTaylor@users.noreply.github.com> Date: Mon, 12 Oct 2020 00:29:15 +1100 Subject: [PATCH] Add the URLScan.io and JSONPrettyPrint APIs (#1395) Co-authored-by: Benjamin Taylor --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a370f7f..47f3fa8f 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ API | Description | Auth | HTTPS | CORS | | [AlienVault Open Threat Exchange (OTX)](https://otx.alienvault.com/api/) | IP/domain/URL reputation | `apiKey` | Yes | Unknown | | [Google Safe Browsing](https://developers.google.com/safe-browsing/) | Google Link/Domain Flagging | `apiKey` | Yes | Unknown | | [Metacert](https://metacert.com/) | Metacert Link Flagging | `apiKey` | Yes | Unknown | +| [URLScan.io](https://urlscan.io/about-api/) | Scan and Analyse URLs | `apiKey` | Yes | Unknown | | [VirusTotal](https://www.virustotal.com/en/documentation/public-api/) | VirusTotal File/URL Analysis | `apiKey` | Yes | Unknown | | [Web Of Trust (WOT)](https://support.mywot.com/hc/en-us/articles/360024398673-3-Using-the-API) | Website reputation | `apiKey` | Yes | Unknown | @@ -269,6 +270,7 @@ API | Description | Auth | HTTPS | CORS | | [IPinfo](https://ipinfo.io/developers) | Another simple IP Address API | No | Yes | Unknown | | [JSON 2 JSONP](https://json2jsonp.com/) | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | Unknown | | [JSONbin.io](https://jsonbin.io) | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps | `apiKey` | Yes | Yes | +| [JSON Pretty Print ](https://jsonprettyprint.org/api) | Pretty Prints JSON data | No | Yes | Yes | | [Judge0](https://api.judge0.com/) | Compile and run source code | No | Yes | Unknown | | [License-API](https://github.com/cmccandless/license-api/blob/master/README.md) | Unofficial REST API for choosealicense.com | No | Yes | No | | [MAC address vendor lookup](https://macaddress.io/api) | Retrieve vendor details and other information regarding a given MAC address or an OUI | `apiKey` | Yes | Yes |