GET
/v1/pincode/{pincode}Lookup pincode
Resolve a pincode to locality metadata.
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" \
-H "X-API-Key: YOUR_API_KEY"Response
JSON
{
"pincode": "560001",
"locality": "Bangalore GPO",
"district": "Bengaluru",
"state": "Karnataka"
}Errors
- 400 — Invalid pincode
- 404 — Pincode not found
Try this endpoint
API Playground
Pincode API
GET
pinlok.apiseeker.comhttps://pinlok.apiseeker.com/v1/pincode/560001Status: —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"