| IP address | 18.97.9.169 |
|---|---|
| Decimal | 308349353 |
| Hostname | 18-97-9-169.crawl.commoncrawl.org |
No coordinates available for this IP address.
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.borsanza.com |
18.97.9.169 |
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.borsanza.com/json |
Retrieve all IP information. See response. |
curl ip.borsanza.com/port/<PORT> |
Check if given port is reachable. See port response. |
{
"ip": "18.97.9.169",
"ip_decimal": 308349353,
"country_eu": false,
"hostname": "18-97-9-169.crawl.commoncrawl.org",
"user_agent": {
"product": "CCBot",
"version": "2.0",
"comment": "(https://commoncrawl.org/faq/)",
"raw_value": "CCBot/2.0 (https://commoncrawl.org/faq/)"
}
}
This is an example response. The actual result depends on the reachability of the queried port.
{
"ip": "18.97.9.169",
"port": 443,
"reachable": false
}
curl -4 or curl -6.