| IP address | 216.73.216.127 |
|---|---|
| Decimal | 3628718207 |
| Country | United States |
| Country (ISO) | US |
| Latitude | 37.751 |
| Longitude | -97.822 |
| Timezone | America/Chicago |
Approximate location based on IP address. IP geolocation data is provided by MaxMind GeoLite2.
All data is available programmatically. When using curl, pass the -s flag to hide the progress bar.
These endpoints return plain text by default, with a trailing newline at the end.
| Command | Response |
|---|---|
curl ip.garf.us |
216.73.216.127 |
curl ip.garf.us/country |
United States |
curl ip.garf.us/country-iso |
US |
Accept: application/json header to request response as JSON.?ip=IP to the request URL to lookup information for a different IP. This is not supported for the /port endpoint.These endpoints always return JSON.
| Command | Description |
|---|---|
curl ip.garf.us/json |
Retrieve all IP information. See response. |
{
"ip": "216.73.216.127",
"ip_decimal": 3628718207,
"country": "United States",
"country_iso": "US",
"country_eu": false,
"latitude": 37.751,
"longitude": -97.822,
"time_zone": "America/Chicago",
"user_agent": {
"product": "Mozilla",
"version": "5.0",
"comment": "AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)",
"raw_value": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
}
}
This is an example response. The actual result depends on the reachability of the queried port.
{
"ip": "216.73.216.127",
"port": 443,
"reachable": false
}
curl -4 or curl -6.