Skip to content
APISeeker
GET/v1/pincode/{pincode}/nearby

Nearby pincodes

Return nearby pincodes for logistics routing.

Part of Pincode API· Rate limits: Plan-based

Parameters

NameInTypeRequiredDescription
pincodepathstringYes6-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

  • 400Invalid pincode
  • 404Pincode not found

Try this endpoint

API Playground

Pincode API

Try it
GETpinlok.apiseeker.com
https://pinlok.apiseeker.com/v1/pincode/560001/nearby
Status: 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"