latestOpenAPI 3.0.3Netlas API & Data License Agreement2026-08-104487309.0 KB

2b1f84425791

Host Info

Host Summary

Retrieve the latest available data for {host}.

get/api/host/{host}/

Path parameters

string required

A valid IPv4 address.

OR
string hostname required

A domain name

Example:23.215.0.136

The IP address or domain name for which data should be retrieved.

Query parameters

fieldsField[]

You can control the amount of output data by specifying which fields to include or exclude in the response. Use the source_type parameter to select between include and exclude options.

[
  "*"
]
source_type'include' | 'exclude'

Specify fields and use source_type to choose between:

  • include to return only the specified fields
  • exclude to return all fields except the specified ones
public_indices_onlyboolean

By default, data is requested from both private and public indices, returning the most recent results. Use this query parameter to restrict the search to public indices only.

Example:true

Response

Host Summary

OR

Example response

{
  "ip": "23.215.0.136",
  "ptr": [
    "a23-215-0-136.deploy.static.akamaitechnologies.com"
  ],
  "geo": {
    "continent": "North America",
    "country": "US",
    "tz": "America/Chicago",
    "location": {
      "lat": 37.751,
      "lon": -97.822
    },
    "accuracy": 1000
  },
  "privacy": {
    "vpn": false,
    "proxy": false,
    "tor": false
  },
  "organization": "Example Technologies, Inc.",
  "domains": [
    "example.com",
    "example.net"
  ],
  "domains_count": 2,
  "whois": {
    "abuse": "abuse@akamai.com",
    "@timestamp": "2025-01-07T05:17:39",
    "raw": "Raw WHOIS data in the form of a string will be here.\n\nThe rest of the document contains the same data in parsed form.",
    "ip": {
      "gte": "23.214.224.0",
      "lte": "23.215.8.255"
    },
    "related_nets": [],
    "net": {
      "country": "US",
      "address": "145 Broadway",
      "city": "Cambridge",
      "created": "2013-07-12",
      "range": "23.192.0.0 - 23.223.255.255",
      "description": "Akamai Technologies, Inc.",
      "handle": "NET-23-192-0-0-1",
      "organization": "Akamai Technologies, Inc. (AKAMAI)",
      "name": "AKAMAI",
      "start_ip": "23.192.0.0",
      "cidr": [
        "23.192.0.0/11"
      ],
      "net_size": 2097151,
      "state": "MA",
      "postal_code": "02142",
      "updated": "2013-08-09",
      "end_ip": "23.223.255.255",
      "contacts": {
        "emails": [
          "ip-admin@akamai.com",
          "abuse@akamai.com"
        ],
        "phones": [
          "+1-617-274-7134",
          "+1-617-444-2535",
          "+1-617-444-0017"
        ]
      }
    },
    "asn": {
      "number": [
        "16625"
      ],
      "registry": "arin",
      "country": "US",
      "name": "AKAMAI-AS",
      "cidr": "23.214.224.0/19",
      "updated": "2013-07-12"
    }
  },
  "ports": [
    {
      "protocol": "http",
      "prot4": "tcp",
      "port": 80,
      "prot7": "http"
    },
    {
      "protocol": "https",
      "prot4": "tcp",
      "port": 443,
      "prot7": "http"
    }
  ],
  "software": [
    {
      "tag": [
        {
          "azure_cdn": {
            "version": ""
          },
          "name": "azure_cdn",
          "fullname": "Azure CDN",
          "category": [
            "CDN"
          ]
        }
      ],
      "uri": "https://example.com:443/public_html/glenfiddich-animation/"
    }
  ],
  "ioc": [
    {
      "lseen": "2024-01-19T00:00Z",
      "fseen": "2024-01-19T00:00Z",
      "domain": "example.com",
      "url": "https://example.com/assets/index.php",
      "tags": [
        "malware"
      ]
    }
  ],
  "source": [
    {
      "id": 4701,
      "name": "perimeter-1741688290-9rc7tkern-demo-1-responses",
      "availability": "private",
      "label": "23.215.0.136, example.com"
    }
  ]
}