# OpenWebNinja Reverse Geocoding API

> OpenWebNinja Reverse Geocoding API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Converts latitude/longitude coordinates into local business data and address information for a given location

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/local-business-data/reverse-geocoding
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-reverse-geocoding-api-c78b468d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oD5seyMrATVcfEkCHfDZY

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 openwebninja-reverse-geocoding-api-c78b468d
```

Example prompt: What address and local business details are at the coordinates 40.6958453, -73.9799119 in the US? Return results in English.

## When to prefer this

Use this endpoint when you need to resolve raw GPS coordinates (latitude/longitude) into human-readable address or local business information, especially for US-based locations. Prefer this over forward geocoding when you already have coordinates and need place details.

## Known failure modes

- Missing required lat or lng parameters returns an error
- Invalid or out-of-range coordinates may return no results
- Unsupported region or language codes may cause fallback or error
- Payment not fulfilled (402) if x402 payment header is missing or insufficient
- Rate limits or service unavailability returning 5xx errors

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns local business data and address information corresponding to the provided GPS coordinates, including place name, street address, and other location metadata for the resolved point of interest.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-reverse-geocoding-api-c78b468d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
