# India Pincode Lookup API

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

Returns district, state, region, and post office count for a given Indian postal pincode

## Facts

- Endpoint: GET https://verifyapi.hillguava.xyz/verify/pincode/%7Bpincode%7D
- 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/india-pincode-lookup-api-cd965414
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XLFmWWtqxce9C8Wnv2quo

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 india-pincode-lookup-api-cd965414
```

Example prompt: What district and state does the Indian pincode 110001 belong to, and how many post offices are in that area?

## When to prefer this

Use this endpoint when you need to resolve an Indian 6-digit postal pincode to its geographic location (state, district) and get post office count. Prefer this over manual lookup or general geocoding when you specifically need India postal data with per-call pay-as-you-go pricing via USDC on Base.

## Known failure modes

- Invalid or non-existent pincode returns an error or empty result
- Malformed pincode (non-numeric, wrong length) may return a 400 or validation error
- Payment failure via x402/USDC on Base blocks the request
- Network timeout on the upstream pincode database

## How this service works

Pay-per-call India business and identity verification: IFSC, pincode, and GSTIN format validation. Powered by x402 — pay in USDC on Base.

## Output

A JSON object containing the pincode, resolved state name, district name, and the count of post offices associated with that pincode.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "state": "Delhi",
  "pincode": "110001",
  "district": "Central Delhi",
  "office_count": 14
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-pincode-lookup-api-cd965414/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)
