| IP address | 18.97.14.81 |
|---|---|
| Decimal | 308350545 |
| Country | United States |
| Country (ISO) | US |
| Region | Virginia |
| City | Ashburn |
| Latitude | 39.0438 |
| Longitude | -77.4874 |
| ASN | AS14618 |
| Organization | Amazon.com, Inc. |
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 0tx.net |
18.97.14.81 |
curl 0tx.net/country |
United States |
curl 0tx.net/country-iso |
US |
curl 0tx.net/city |
Ashburn |
curl 0tx.net/asn |
AS14618 |
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 0tx.net/json |
Retrieve all IP information. See response. |
{
"ip": "18.97.14.81",
"ip_decimal": 308350545,
"country": "United States",
"country_iso": "US",
"country_eu": false,
"region_name": "Virginia",
"city": "Ashburn",
"latitude": 39.0438,
"longitude": -77.4874,
"asn": "AS14618",
"asn_org": "Amazon.com, Inc.",
"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.14.81",
"port": 443,
"reachable": false
}
curl -4 or curl -6.