# OSM Geocoding – Address to Coordinates

> OSM Geocoding – Address to Coordinates is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Converts an address or place name into geographic coordinates using OpenStreetMap data

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/geocoding
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/osm-geocoding-address-to-coordinates-42a929c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c-Mnj2haSxcC6GEMPQN7U

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 osm-geocoding-address-to-coordinates-42a929c9
```

Example prompt: What are the latitude and longitude coordinates for 1600 Pennsylvania Avenue NW, Washington DC?

## When to prefer this

Choose this endpoint when you need to convert a freeform address or place name to coordinates and want an OSM-backed result with a confidence score. Good for agents that need lightweight geocoding without requiring a Google Maps API key. Prefer over alternatives when cost-per-call matters ($0.005 USDC) and OSM coverage is sufficient for your use case.

## Known failure modes

- Address or place name not found in OSM — returns success: false or empty data
- Ambiguous query matching multiple places — lower confidence score or first-match result
- Network timeout on the upstream OSM Nominatim service
- Malformed or missing query parameter — likely 400 error
- Rate limiting or payment failure — 402 response requiring x402 payment

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a data object with geographic coordinates (latitude/longitude) for the queried address or place, along with metadata including a confidence score, the data source (OpenStreetMap), whether the result was cached, and a last_updated timestamp. The success field indicates whether geocoding succeeded.

## Example request

```json
{
 "input": {
  "queryParams": {
   "query": "Eiffel Tower, Paris"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/osm-geocoding-address-to-coordinates-42a929c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
