# IP Geolocation via ipapi.co (clonecho)

> IP Geolocation via ipapi.co (clonecho) 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-14).

Geolocates any IP address to city, region, country, coordinates, and timezone using the ipapi.co data source.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ip-geo-ipapi
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ip-geolocation-via-ipapi-co-clonecho-105473fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oMYmUjzt2GnaFz0epPhDQ

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-via-ipapi-co-clonecho-105473fd -d '<json body>'
```

Example prompt: Can you look up the location for the IP address 8.8.8.8 — I need the city, country, coordinates, and timezone?

## When to prefer this

Use this endpoint when you need to geolocate a single IP address to city/region/country/coordinates/timezone and want a paid, reliable x402-compatible microservice backed by ipapi.co. Prefer this over free alternatives when you need consistent uptime and pay-per-use without API key management.

## Known failure modes

- Invalid or malformed IP address returns an error JSON
- Private/reserved IP ranges (e.g. 192.168.x.x) may return no or limited geolocation data
- Rate limits or payment failure may return 402 or 429 status
- IPv6 addresses may have less precise geolocation data
- IP not found in ipapi.co database returns empty or null fields

## How this service works

Geolocate any IP address to city, region, country, coordinates and timezone via ipapi.co; param ip. Query: ?ip= Returns JSON.

## Output

A JSON object containing the city, region, country name and code, latitude, longitude, and timezone associated with the queried IP address, sourced from ipapi.co.

## More

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