From 38d715c9e670f9718f6c729e387e90aabbb2efdb Mon Sep 17 00:00:00 2001 From: bboysoul <31786046+bboysoulcn@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:27:37 +0800 Subject: [PATCH] Add realip.cc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cba9a69f..531144ed 100644 --- a/README.md +++ b/README.md @@ -558,7 +558,6 @@ API | Description | Auth | HTTPS | CORS | | [IP2WHOIS Information Lookup](https://www.ip2whois.com/) | WHOIS domain name lookup | `apiKey` | Yes | Unknown | | [ipfind.io](https://ipfind.io) | Geographic location of an IP address or any domain name along with some other useful information | `apiKey` | Yes | Yes | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | -| [RealIp](https://realip.cc/) | A very simple IP Address API | No | Yes | Unknown | | [IPinfo](https://ipinfo.io/developers) | Another simple IP Address API | No | Yes | Unknown | | [jsDelivr](https://github.com/jsdelivr/data.jsdelivr.com) | Package info and download stats on jsDelivr CDN | No | Yes | Yes | | [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 | @@ -590,6 +589,7 @@ API | Description | Auth | HTTPS | CORS | | [QR code](http://goqr.me/api/) | Generate and decode / read QR code graphics | No | Yes | Unknown | | [Qrcode Monkey](https://www.qrcode-monkey.com/qr-code-api-with-logo/) | Integrate custom and unique looking QR codes into your system or workflow | No | Yes | Unknown | | [QuickChart](https://quickchart.io/) | Generate chart and graph images | No | Yes | Yes | +| [Realip](https://realip.cc/) | A very simple IP Address API | No | Yes | Unknown | | [Random Stuff](https://api-docs.pgamerx.com/) | Can be used to get AI Response, jokes, memes, and much more at lightning-fast speed | `apiKey` | Yes | Yes | | [Rejax](https://rejax.io/) | Reverse AJAX service to notify clients | `apiKey` | Yes | No | | [ReqRes](https://reqres.in/ ) | A hosted REST-API ready to respond to your AJAX requests | No | Yes | Unknown |