Endpoint
To get intelligence for an IP address, make a GET
request to the following endpoint:
GET /intelligence/v1/ip/{address}
Path Parameters
address
(string, required): The IP address you want to analyze. Example:8.8.8.8
.
Information Provided
A successful response returns a detailed JSON object containing several key sections:
- Summary & Geolocation: Get a quick overview including the organization (
GOOGLE LLC
), physical location, and a proprietary risk score. Thegeolocation
object provides city-level precision with coordinates, country ISO codes, and time zones. - Network & ISP: Understand the IP's place on the internet with its primary ASN (
AS15169
), announced BGP prefixes, and detailed routing information. Theisp
object identifies the Internet Service Provider. - Relationships: This powerful section allows you to pivot your investigation by showing all known relationships. It includes associated DNS records (A, PTR, etc.) and other domains hosted on the same network.
- Streaming Support: For real-time applications, this endpoint supports streaming responses using Server-Sent Events (
text/event-stream
) to deliver data incrementally as it's discovered.
Common Use Cases
This endpoint is ideal for threat intelligence, incident response, network security assessment, and IP reputation checking.
Next Steps
View the full IP Intelligence API Reference