GetPincode API
GetPincode API allows developers to access pincode data.
RequestThe GetPincode works over HTTP, and requests are made with GET.
To get the pincode for "India gate Delhi" for example, this is the Request URL. Make sure to escape the query for best results.
http://www.getpincode.info/api/pincode?q=India+gate+Delhi
Response
The API returns the values in JSON format.
{"query":"India gate Delhi","pincode":"110006"}
If the address is not found (or cannot be retrieved for some reason), an error message is returned.
{"query":"India gate Delhi","pincode":"","error":"Not found"}
Rate Limits
You are given a quota of 100 requests per day. If you need to more, please contact me. These limits can be relaxed for non-profit or open source projects.
Terms of useYou are free to use the API for commercial or non-commercial purposes.
