An open API service indexing awesome lists of open source software.

https://github.com/5t111111/what-the-heck-is-my-ip-address


https://github.com/5t111111/what-the-heck-is-my-ip-address

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# What The Heck Is My IP Address?

"What The Heck Is My IP Address?" is a web application lets you know your IP address and some other HTTP connection information.

https://what-the-heck-is-my-ip-address.nilsteps.com

## API

### IP address string

This URL simply returns IP address string.

https://what-the-heck-is-my-ip-address.nilsteps.com/ip

### Other fields

Some other information is provided by json format, these fields are available for the moment.

- IP Address (ip)
- Remote Host(host)
- User Agent (ua)
- Port (port)
- Lang (lang)
- Connection (connection)
- Encoding (encoding)
- MIME (mime)

You can specify the fields you want by appending field names as comma separated query paramaters.

https://what-the-heck-is-my-ip-address.nilsteps.com/api?fields=ip,host,ua