What's my IP?
216.73.216.251

Country: United States

City: Columbus

ASN Org: AMAZON-02

Map: Location


CLI usage:

# curl -L ajpi.me

216.73.216.251

# wget -qO- ajpi.me

216.73.216.251

# http -Fpb ajpi.me

216.73.216.251


Plain output:

# curl -L ajpi.me/ip

216.73.216.251

# curl -L ajpi.me/hostname

# curl -L ajpi.me/useragent

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +[email protected])

# curl -L ajpi.me/country

United States

# curl -L ajpi.me/city

Columbus

# curl -L ajpi.me/timezone

America/New_York

# curl -L ajpi.me/country-iso

US

# curl -L ajpi.me/asn

AS16509

# curl -L ajpi.me/asnorg

AMAZON-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