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.
[TOOL] IP Info - Show your/other IP info
Hello,
the next free project we wanna introduce is ip-info.monster
We do know this isn´t something super-cool-special, but hey it´s free and unlimited :-)
Privacy respected as always, we do not log requests.
To get your IP you can on do this:
curl ip-info.monster
To get your IP ASN data you can do this:
curl ip-info.monster/asn
To get your IP CITY data you can do this:
curl ip-info.monster/city
To get your IP COUNTRY data you can do this:
curl ip-info.monster/country
To get specific IP ASN data you can do this:
curl ip-info.monster/1.1.1.1/asn
To get specific IP CITY data you can do this:
curl ip-info.monster/1.1.1.1/city
To get specific IP COUNTRY data you can do this:
curl ip-info.monster/1.1.1.1/country

Comments
Something's wrong with your JSON writer, it's serializing
trueasTrueand using hex escapes (\xf3) instead of Unicode escapes (\u30a2, which it is also using). Can't be parsed with Chrome, serde, jqedit: I'm assuming it's supposed to be JSON, obviously
What’s this backed by, Maxmind/DBIP?
No multi origin support? http://ip-info.monster/192.42.176.0/asn Should show a number of different asns
I like check-host.net, it shows multiple databases and is updated twice a month.
BTW, your site is an example of geoip mismatch, 4 different results in 4 different DBs
https://check-host.net/ip-info?host=ip-info.monster
This IP (188.114.97.2) belongs to Cloudflare. Maybe that's why...