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
- Host: GitHub
- URL: https://github.com/5t111111/what-the-heck-is-my-ip-address
- Owner: 5t111111
- License: mit
- Created: 2014-10-08T13:23:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T11:57:02.000Z (about 8 years ago)
- Last Synced: 2025-01-12T07:46:49.288Z (5 months ago)
- Language: Ruby
- Size: 183 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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