# whatchuneed Geography Verify

> whatchuneed Geography Verify 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).

Verifies or validates geographic data such as place names, coordinates, country codes, or geographic assertions via natural language input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/verify/geography
- 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-geography-verify-0fc97d3f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sq6lYoEmFeHs9es6Eub7-

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-geography-verify-0fc97d3f -d '<json body>'
```

Example prompt: Can you verify whether 'Zurich' is a valid city in Switzerland and confirm it's correctly associated with that country?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call geographic validation without setting up a full geocoding API subscription. Ideal for agents that occasionally need to verify place names, country-city pairings, or geographic assertions as part of a larger workflow, especially when volume is low and cost-per-call economics favor pay-as-you-go over a monthly geocoding plan.

## Known failure modes

- Ambiguous place names may return uncertain or incorrect results
- Coordinates near borders may produce inconsistent country attribution
- Non-English place names may not be recognized correctly
- Overly vague inputs like 'the south' may fail to resolve
- API may return a generic error if input string is malformed or empty

## 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 indicating whether the geographic input is valid, along with relevant geographic details or corrections, and a status string confirming success or failure of the verification call.

## 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-geography-verify-0fc97d3f/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)
