| IP address | 172.18.0.1 |
|---|---|
| Decimal | 2886860801 |
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.tbrnt.ch |
172.18.0.1 |
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.tbrnt.ch/json |
Retrieve all IP information. See response. |
curl ip.tbrnt.ch/port/<PORT> |
Check if given port is reachable. See port response. |
{
"ip": "172.18.0.1",
"ip_decimal": 2886860801,
"country_eu": false,
"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": "172.18.0.1",
"port": 443,
"reachable": false
}
curl -4 or curl -6.