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

Lookup pincode

Resolve a pincode to locality metadata.

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" \
  -H "X-API-Key: YOUR_API_KEY"

Response

JSON
{
  "pincode": "560001",
  "locality": "Bangalore GPO",
  "district": "Bengaluru",
  "state": "Karnataka"
}

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
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" \
  -H "X-API-Key: YOUR_API_KEY"