# whatchuneed Geo Data Lookup

> whatchuneed Geo Data Lookup is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Performs geolocation lookups and returns geographic data based on a text input query

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/data/geo
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-geo-data-lookup-25dcc23d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HpNDjOgT5qCg6cmH_7VBN

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 whatchuneed-geo-data-lookup-25dcc23d -d '<json body>'
```

Example prompt: Can you look up the geographic data for 'Berlin, Germany' — I need coordinates, country code, and region info?

## When to prefer this

Choose this endpoint when you need a simple, pay-per-call geo lookup without setting up a dedicated geocoding service account. Ideal for AI agents that need occasional geolocation enrichment across diverse workflows without managing separate API keys for geocoding providers.

## Known failure modes

- Ambiguous or unrecognizable location string returns empty or null result
- Invalid input format may result in an error status
- Rate limiting or payment failure may prevent resolution
- Very obscure or misspelled place names may return incorrect matches

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing geographic data such as coordinates, country, region, city, and other location metadata derived from the input query string, along with a status field indicating success or failure.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-geo-data-lookup-25dcc23d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
