# IP Geolocation Lookup via ipapi.co

> IP Geolocation Lookup via ipapi.co 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 city, country, ASN, and organization info for a given IP address using the ipapi.co data source.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ipapi-co-geolocation
- 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-lookup-via-ipapi-co-4179acc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BUjDg1s9q9BdA0KkKQ0jJ

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-lookup-via-ipapi-co-4179acc7 -d '<json body>'
```

Example prompt: Can you look up where the IP address 8.8.8.8 is located — I need the city, country, ASN, and the organization name behind it?

## When to prefer this

Use this endpoint when you need to enrich an IP address with geographic and network metadata (city, country, ASN, org) and want a pay-per-call model without a subscription. It wraps ipapi.co data, so prefer it when you need quick, reliable IP geolocation without managing your own API key for ipapi.co.

## Known failure modes

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

## How this service works

Geolocation and network (city, country, ASN, org) for an IP address {ip}. Query: ?ip= Returns JSON.

## Output

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ip-geolocation-lookup-via-ipapi-co-4179acc7/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)
