GET
/v1/pincode/{pincode}/nearbyNearby pincodes
Return nearby pincodes for logistics routing.
Part of Pincode API· Rate limits: Plan-based
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| pincode | path | string | Yes | 6-digit Indian pincode |
Code examples
cURL
curl -s "https://pinlok.apiseeker.com/v1/pincode/560001/nearby" \
-H "X-API-Key: YOUR_API_KEY"Response
JSON
{
"pincode": "560001",
"nearby": [
"560002",
"560003",
"560025"
]
}Errors
- 400 — Invalid pincode
- 404 — Pincode not found
Try this endpoint
API Playground
Pincode API
GET
pinlok.apiseeker.comhttps://pinlok.apiseeker.com/v1/pincode/560001/nearbyStatus: —Latency: —
Response headers
Send a request to see headers.
Response body
Response will appear here.
Generated snippets
cURL
curl -s "https://pinlok.apiseeker.com/v1/pincode/560001/nearby" \
-H "X-API-Key: YOUR_API_KEY"