๐Ÿ‡ฎ๐Ÿ‡ณ IndiPinAPI

The Ultimate India Pincode Search Gateway

A lightning-fast, self-hosted API for retrieving Indian post office and PIN code details. Fully compatible as a drop-in replacement for the public postalpincode.in API.

165,000+
Post Offices
19,000+
Unique PINs
36
States & UTs
< 1ms
Query Latency

๐Ÿ” Live Pincode Directory Search

Type a 6-digit PIN code or a post office name to search the directory in real-time.

๐Ÿ› ๏ธ API Sandbox & Documentation

GET /api/pincode/:pincode

Retrieves details of all post offices associated with the specified 6-digit PIN code.

Path Parameters

pincode String Required

A valid 6-digit Indian Postal Index Number (PIN). Example: 360004

Query Parameters

apikey String Required

Your personal active API key. Alternatively pass via the header x-api-key.

/api/pincode/

Request Examples

curl -X GET "http://localhost:3000/api/pincode/360004?apikey=YOUR_API_KEY"
Response Console
Status: Idle
[
  {
    "Message": "Run a request from the sandbox to see output...",
    "Status": "Idle",
    "PostOffice": null
  }
]