# geo402 IP Geolocation

> geo402 IP Geolocation is a paid API for AI agents from 69.67.172.228.sslip.io, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Looks up geolocation data (city, country, coordinates, timezone) for a given IPv4 or IPv6 address, or the caller's own IP, paid per-call via x402/USDC.

## Facts

- Endpoint: GET https://69.67.172.228.sslip.io/v1/ip
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geo402-ip-geolocation-ca05ab78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UZzYUPrPok7I2QUVmpzKE

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 geo402-ip-geolocation-ca05ab78
```

Example prompt: What city and country is the IP address 203.0.113.42 located in, and what timezone is it in?

## When to prefer this

Use this endpoint when you need fast, pay-per-call IP geolocation without a subscription or API key — ideal for AI agents that need occasional lookups and want to pay micro-amounts per request via USDC on Base. Good for enriching user/visitor data with geographic context, timezone detection, or fraud checks.

## Known failure modes

- Invalid IP format returns 400 error
- Private/reserved IP ranges may return no location data
- Payment failure via x402 returns 402 Payment Required
- IPv6 addresses may have lower geolocation precision
- Rate limiting or server error returns 5xx

## How this service works

Pay-per-call geolocation utility for AI agents: geocoding, reverse geocoding, timezone lookup, and great-circle distance. No API key, no subscription — agents pay per request via x402 (Base/USDC) or MPP (Tempo/pathUSD).

## Output

Returns geolocation metadata for the queried IP address including city, country, region, latitude/longitude coordinates, timezone, and ISP information. If no IP is provided, defaults to the caller's own IP.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ip": {
   "type": "string",
   "description": "IPv4 or IPv6 address. Defaults to the caller's IP if omitted."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geo402-ip-geolocation-ca05ab78/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 69.67.172.228.sslip.io](https://www.zero.xyz/host/69.67.172.228.sslip.io/llms.txt)
