# IP Geolocation and ASN Lookup via ipwho.is

> IP Geolocation and ASN Lookup via ipwho.is is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns geolocation, ASN, and ISP details for a given IP address using the ipwho.is data source

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ipwho-ip-lookup
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ip-geolocation-and-asn-lookup-via-ipwho-is-969b0fc9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eOr-uq4hQwKfqoBe4EayM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability ip-geolocation-and-asn-lookup-via-ipwho-is-969b0fc9 -d '<json body>'
```

Example prompt: What country, city, ISP, and ASN is the IP address 8.8.8.8 located in?

## When to prefer this

Use this endpoint when you need to geolocate an IP address and retrieve associated ASN and ISP metadata in a single call. Prefer this over manual DNS lookups or WHOIS queries when you need structured JSON output with geographic coordinates, timezone, and network operator details. Good for enriching logs, identifying traffic origins, or verifying user locations.

## Known failure modes

- Invalid or malformed IP address returns an error JSON
- Private/reserved IP addresses (e.g. 192.168.x.x) may return no geolocation data
- IPv6 addresses may have incomplete geolocation data
- Rate limiting or payment failure returns a 402 or 429 response
- Endpoint unavailable returns a 5xx error

## How this service works

Geolocation, ASN and ISP details for IP address {q} via ipwho.is. Query: ?q= Returns JSON.

## Output

A JSON object containing geolocation details for the queried IP address, including country, city, region, latitude, longitude, timezone, ASN number, and ISP/organization name.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ip-geolocation-and-asn-lookup-via-ipwho-is-969b0fc9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
