Skip to main content

Posts

Showing posts from April, 2022

API Additions - IP Location (iplocation.sicehice.com)

In an effort to continually extend our service, we recently added additional API methods that allow users to search for information about their public IP address, or look up data about others. The API methods are documented at https://sicehice.com/platform/apidocs . To summarize the available methods: GET https://iplocation.sicehice.com/ Returns a JSON response with information for your IP GET https://iplocation.sicehice.com/plain Returns only your IP GET https://iplocation.sicehice.com/api/?ip=185.117.88.82 Returns a JSON response with information for the IP you specify Can be leveraged with CLI tools, scripts, etc.