External DocumentationTo learn more, visit the Censys documentation.
Actions
Get Host
Retrieve information about a single host.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| At Time | A timestamp to view a host at a specific point in time. |
| Host IP | The IP address of the required host. |
| Organization ID | The ID of the organization to associate the request with. |
{
"result": {
"extensions": {},
"resource": {
"autonomous_system": {},
"dns": {},
"ip": "string",
"hardware": {},
"labels": [],
"location": {},
"operating_system": {},
"service_count": 0,
"services": [],
"whois": {}
}
}
}
Was this page helpful?