Here is a sample of the two ways to use the API.
The ip API returns the date and your external IP in JSON.
The ipp API returns the IP, Plainly.
curl -s https://ip.theregion.beer/ip
{
"date_time": "2026-03-01 18:19:08 PST",
"ip": "216.73.216.103"
}
curl -s https://ip.theregion.beer/ipp
216.73.216.103