PIN Code Info

Overview

API provides access to information about postal codes, including location, state, district, and geographical coordinates.

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://api.itaxeasy.com/pincode/pincodeinfo
Response Body
NameTypeRequiredDescription
officeNameStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
pincodeNumberYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
talukStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
districtNameStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
stateNameStringYesThe id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app
{
    "success": true,
    "info": [
        {
            "officeName": "Defence Colony S.O (Meerut)",
            "pincode": 250001,
            "taluk": "Meerut",
            "districtName": "Meerut",
            "stateName": "UTTAR PRADESH"
        },
    ]
}