curl -X GET "https://api.sinhcoms.com/pincode?country=IN&pin=110001"
-H "Authorization: Bearer YOUR_API_KEY"Pincode API
The Pincode API reference describes the main endpoint as fetching Post Office details based on Country and Pin Code. It can be used to enrich address forms, validate postal context or look up service-area information from another application.
What this API is designed to do
Pincode API for fetching post-office details from country and postal-code input.
Where it can fit
These are common integration scenarios; choose the approach that fits your application and subscription plan.
Published routes and methods
Use the published routes and methods below when integrating this API.
/pincodeMain API to fetch Post Office details based on Country and Pin CodeAuthentication, request shape and response handling
Use these examples as a quick integration reference and check the current API documentation before production use.
Use Authorization: Bearer YOUR_API_KEY or X-API-Key. country uses a supported two-letter country code; pin is the postal code or, for India, can also be a post-office search value.
The endpoint returns the postal-provider JSON response. For India it uses the configured India postal lookup; supported non-IN countries use the configured postal service lookup.Documented error states
400pin is missing401API key authentication or product authorization failed429Daily request limit exceededLook up postal information for supported locations using the required country and postal-code inputs.From subscription to first request
Use the customer dashboard as the control point for keys, whitelist rules and plan limits.
Choose a Pincode API plan
Create or assign an API key
Call the published /pincode endpoint with the expected country and pin-code values
Validate response data before applying it to business logic
Monitor usage from the API dashboard
Choose the request capacity you need
Pricing and limits below are read from the active subscription tiers in the API system.
- 100,000 requests/day
- 3,000,000 requests/month
Before you go live
Postal data can change. Applications should handle missing or multiple records gracefully instead of assuming a single permanent result.
Already a customer? Continue from your dashboard.
Sign in to keep purchases, licenses, API keys, downloads, invoices and project requests connected to one account.
