| IP address | 162.220.232.42 |
|---|---|
| Decimal | 2732386346 |
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.devhack.net |
162.220.232.42 |
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.devhack.net/json |
Retrieve all IP information. See response. |
{
"ip": "162.220.232.42",
"ip_decimal": 2732386346,
"country_eu": false,
"user_agent": {
"product": "rssamplifier.com reader (+https:",
"comment": "/rssamplifier.com)",
"raw_value": "rssamplifier.com reader (+https://rssamplifier.com)"
}
}
This is an example response. The actual result depends on the reachability of the queried port.
{
"ip": "162.220.232.42",
"port": 443,
"reachable": false
}
curl -4 or curl -6.