
IPinfo is a public API providing another simple ip address api.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://ipinfo.io/developers | Primary API endpoint. |
curl -X GET "https://ipinfo.io/developers" \ -H "Accept: application/json"