What's my IP?
216.73.216.251
Country: United States
City: Columbus
ASN Org: AMAZON-02
Map: Location
CLI usage:
# curl
-L ajpi.me216.73.216.251
# wget
-qO- ajpi.me216.73.216.251
# http
-Fpb ajpi.me216.73.216.251
Plain output:
# curl
-L ajpi.me/ip216.73.216.251
# curl
-L ajpi.me/hostname
# curl
-L ajpi.me/useragentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +[email protected])
# curl
-L ajpi.me/countryUnited States
# curl
-L ajpi.me/cityColumbus
# curl
-L ajpi.me/timezoneAmerica/New_York
# curl
-L ajpi.me/country-isoUS
# curl
-L ajpi.me/asnAS16509
# curl
-L ajpi.me/asnorgAMAZON-02
JSON output:
# curl
-L ajpi.me/all{
"ClientIP": "216.73.216.251",
"Hostname": "",
"UserAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +[email protected])",
"Additional": {
"Country": "United States",
"City": "Columbus",
"PostalCode": "43215",
"TimeZone": "America/New_York",
"CountryISOCode": "US",
"Asn": "AS16509",
"AsnOrg": "AMAZON-02",
"Latitude": 39.9625,
"Longitude": -83.0061,
"CountryEU": false
}
}
HTTP status codes:
# curl
-iL ajpi.me/status/404
HTTP/1.1 404 Not Found
Content-Type: application/json; charset=utf-8
Content-Length: 17
{
"HttpCode": 404
}
Source code is available on GitLab