curl -X GET "https://api.sinhcoms.com/pincode?country=IN&pin=110001"
-H "Authorization: Bearer YOUR_API_KEY"Pincode API
The Pincode API controller catalogue 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; the exact implementation depends on your application, data-handling requirements and subscription tier.
Published routes and methods
The endpoint list below is read from the existing API controller catalogue. Website Management can explain the API, but it cannot invent or replace live endpoint routes.
/pincodeMain API to fetch Post Office details based on Country and Pin CodeAuthentication, request shape and response handling
These examples are presentation content managed by Website Management. Always compare them with the live API documentation and endpoint catalogue before production integration.
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 Zippopotam lookup.Documented error states
400pin is missing401API key authentication or product authorization failed429Daily request limit exceededProvider errorPostal provider did not return a usable resultFrom 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.