Pincode Lookup
Pincode โ post offices via India Post official data.
Endpointโ
GET/pincode?pin=721212
Post offices for a 6-digit pincode.
Query Parametersโ
| Parameter | Type | Required | Description |
|---|---|---|---|
pin | string | โ | 6-digit pincode |
Exampleโ
curl "https://apiw.proxynex.pro/pincode?pin=721212"
{
"status": "ok",
"api": "pincode",
"pin": "721212",
"count": 26,
"offices": [
{
"name": "Balidanga",
"branch": "Branch Post Office",
"delivery": "Delivery",
"district": "West Midnapore",
"state": "West Bengal",
"block": "Ghatal",
"region": "South Bengal"
}
]
}
Office Fieldsโ
| Field | Description |
|---|---|
name | Post office name |
branch | Branch type (Branch/Sub/Head PO) |
delivery | Delivery / Non-Delivery |
district | District name |
state | State name |
block | Block / taluk |
region | Postal region |
Invalid or unknown PIN returns 404.