From 062dfe67d0841fed06f38cd9db07f3081f7af513 Mon Sep 17 00:00:00 2001 From: Aaron Hughes Date: Mon, 20 Jul 2026 13:31:13 -0600 Subject: [PATCH] Add MyIPRightNow to Development Free public IP API, no auth, HTTPS, open CORS. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 68045a06..4322a21f 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ API | Description | Auth | HTTPS | CORS | | [MicroENV](https://microenv.com/) | Fake Rest API for developers | No | Yes | Unknown | | [Mocky](https://designer.mocky.io/) | Mock user defined test JSON for REST API endpoints | No | Yes | Yes | | [MY IP](https://www.myip.com/api-docs/) | Get IP address information | No | Yes | Unknown | +| [MyIPRightNow](https://myiprightnow.com) | Public IP address with network, location, and connection details | No | Yes | Yes | | [Nationalize.io](https://nationalize.io) | Estimate the nationality of a first name | No | Yes | Yes | | [Netlify](https://docs.netlify.com/api/get-started/) | Netlify is a hosting service for the programmable web | `OAuth` | Yes | Unknown | | [NetworkCalc](https://networkcalc.com/api/docs) | Network calculators, including subnets, DNS, binary, and security tools | No | Yes | Yes |