Get your public IP address information.
-
/
Default response. Only IP address will be returned -
/json
Default json encoded IP information. (ipgeolocation is selected by now) -
/json/ipgeo
Json encoded IP information provided by ipgeolocation.io -
/json/ipdata
Json encoded IP information provided by ipdata.co -
/json/ipinfo
Json encoded IP information provided by ipinfo.io -
/json/cf
Json encoded IP information provided by Cloudfare -
/json/ip2location
Json encoded IP information provided by IP2Location.io
-
/cf
Json encoded cloudflare IP related information
Use your browser to visit: https://ip.hlz.ink
Use curl
to get your ip infomration on a headless machine
curl ip.hlz.ink
Want detail?
curl ip.hlz.ink/json
In addition, you can ask for the information of a given ip by
curl ip.hlz.ink/query/{ip_address}
To-Do