# Indian Pincode Lookup API

> Indian Pincode Lookup API is a paid API for AI agents from verifyapi.hillguava.xyz, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Looks up an Indian 6-digit pincode and returns the corresponding district, state, region, and associated post offices.

## Facts

- Endpoint: GET https://verifyapi.hillguava.xyz/verify/pincode/:pincode
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/indian-pincode-lookup-api-49890dab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a6ZXBrmdL9CZbAo2rLrqo

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 indian-pincode-lookup-api-49890dab
```

Example prompt: What district, state, and region does Indian pincode 400001 correspond to, and which post offices serve that area?

## When to prefer this

Use this endpoint when you need to resolve an Indian pincode to its administrative geography (district, state, region) and associated post offices. Ideal for address validation, form autofill, logistics routing, or enriching Indian address data. Prefer over manual lookup or general geocoding APIs when you specifically need India postal code → administrative division mapping with post office details.

## Known failure modes

- Invalid or non-existent pincode returns an error or empty result
- Pincode not 6 digits triggers a validation error
- Payment failure (402) if x402 micropayment is not completed
- Network timeout for unavailable service

## How this service works

Indian pincode → district, state, region, post offices.

## Output

Returns the district, state, region, and list of post offices associated with the given Indian 6-digit pincode.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/indian-pincode-lookup-api-49890dab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verifyapi.hillguava.xyz](https://www.zero.xyz/host/verifyapi.hillguava.xyz/llms.txt)
