What is an IP Address?
An IP address, or simply an "IP," is a unique address that identifies a device on the Internet or a local network.
There are two primary types of IP address formats used today — IPv4 and IPv6.
API
We provide a simple API to get your IP address.
JSON
Send a request to me2ip.xyz/json and we will return something like this:
{
"ip" : "8.8.8.8",
"family" : "IPv4"
}Plain Text
Send a request to me2ip.xyz/get and we will return something like this:
1.1.1.1