New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
For IP, try out http://getmyip.info and for domain, I don't know any sites which does this but you can just learn its IP and search at the site I said.
We made our own little internal project that does this. Sorry no docs but the URL should be easy enough to understand.
http://api.ipl.im/?input=8.8.8.8
The api also acts as the back end to our http://iplookup.co website.
Edit: ipv6 also supported in api input
Also wrote one used for internal projects. It was mainly for doing quick IP lookups so it includes location info, ASN and reverse hostname.
http://api.sigh.org/geoip/v1/ (defaults to request IP)
http://api.sigh.org/geoip/v1/8.8.8.8
Does not support IPv6 though. Never got to writing that part.
I recommend using JSONView on the Chrome browser if you want to see a nicely formatted output.
http://api.petabyet.com/geoip/1.2.3.4 - database updated monthly, with IPv4 & IPv6 support.
More features: https://www.petabyet.com/api/
try whoer.net !
Thank you guys, I need such script to install in my own vps for personal use, but I'm not a coder, can you recommend some to download?