Sponsored by VIVANET

Ashburn · Amazon.com, Inc.

Additional information

IP address 18.97.9.169
Decimal 308349353
Region Virginia
Region code VA
Metro code 511
Postal code 20149
City Ashburn
Latitude 39.0469
Longitude -77.4903
Timezone America/New_York
ASN AS14618
Organization Amazon.com, Inc.

Location

API

All data is available programmatically. When using curl, pass the -s flag to hide the progress bar.

Plain text

These endpoints return plain text by default, with a trailing newline at the end.

Command Response
curl ipinfo.ch 18.97.9.169
curl ipinfo.ch/city Ashburn
curl ipinfo.ch/asn AS14618
  • Set the Accept: application/json header to request response as JSON.
  • Append ?ip=IP to the request URL to lookup information for a different IP. This is not supported for the /port endpoint.

JSON

These endpoints always return JSON.

Command Description
curl ipinfo.ch/json Retrieve all IP information. See response.

Response

{
  "ip": "18.97.9.169",
  "ip_decimal": 308349353,
  "country_eu": false,
  "region_name": "Virginia",
  "region_code": "VA",
  "metro_code": 511,
  "zip_code": "20149",
  "city": "Ashburn",
  "latitude": 39.0469,
  "longitude": -77.4903,
  "time_zone": "America/New_York",
  "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/)"
  }
}

Port response

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
}

FAQ

How do I force IPv4 or IPv6 lookup?
Pass the appropriate flag to your client, e.g. curl -4 or curl -6.
Is automated use permitted?
Yes, but please limit automated requests to 1 request per minute. Requests exceeding this limit may receive a 429 status code or be dropped entirely.