# geo402 Reverse Geocode

> geo402 Reverse Geocode 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).

Converts latitude/longitude coordinates into a human-readable address or place name via pay-per-call with no API key required

## Facts

- Endpoint: GET https://69.67.172.228.sslip.io/v1/reverse-geocode
- 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-reverse-geocode-505e9da9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tXV-naPPCNthpepmhbWEk

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-reverse-geocode-505e9da9
```

Example prompt: What address or place name is at coordinates 48.8584° N, 2.2945° E? Just give me the street address, city, and country.

## When to prefer this

Choose this endpoint when you need on-demand reverse geocoding without a subscription or API key, and you can pay per call via x402 (Base/USDC) or MPP. Ideal for AI agents doing occasional location lookups where signing up for a mapping service account is impractical.

## Known failure modes

- Invalid or out-of-range latitude/longitude values return an error
- Coordinates in the middle of an ocean or uninhabited area may return no address or a sparse result
- Payment failure (insufficient USDC balance or unsupported payment protocol) results in HTTP 402
- Server unreachable at IP-based hostname returns connection error

## 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 a structured address or place name corresponding to the provided latitude and longitude coordinates, typically including street, city, region, postal code, and country fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "lat",
  "lon"
 ],
 "properties": {
  "lat": {
   "type": "number",
   "description": "Latitude in decimal degrees."
  },
  "lon": {
   "type": "number",
   "description": "Longitude in decimal degrees."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geo402-reverse-geocode-505e9da9/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)
