1. OTHERS API
API ZONE APIS
  • Start Integrating Seamless API's
  • AUTH
    • USER DETAILS FETCH
      GET
    • TRANSACTION HISTORY
      GET
  • AADHAR SERVICES
    • AADHAAR TO PAN
      GET
    • UID TO NAME
      GET
    • AADHAAR TO PAN LINK CHECK
      GET
    • AADHAAR DATA CHECK
      GET
    • AADHAAR DETAILS
      GET
    • ENROLMENT STATUS
      GET
    • AADHAR VERIFY
      GET
    • NPCI STATUS CHECK
      GET
  • PAN SERVICES
    • PAN TO MASK AADHAR
      GET
    • PAN TO AADHAR
      GET
    • PAN TO NAME
      GET
    • PAN TO NAME AND DOB
      GET
    • PAN DETAILS PRIME
      GET
    • GET PAN NUMBER BY GST NUMBER
      GET
  • VOTER SERVICES
    • VOTER VERIFACTION
      GET
  • RATION SERVICES
    • RATION TO UID ALL STATE
      GET
    • RATION PDF
      GET
    • AADHAAR TO RATION PDF
      GET
    • RATION TO BASIC DETAILS
      GET
    • UP RATION TO UID
      GET
  • VECHILE SERVICES
    • RC TO MOBILE
    • MOBILE TO RC
    • VECHIL RC VERIFICATION
    • E-CHALLAN VERIFICATION
    • VECHIL RC PDF
    • LEARING LICENCE DOWNLOAD
  • Driving Licence
    • DL PDF
    • DL Verification Plus
    • DL Verification Advance
    • DL ADVANCE PDF
    • DL Plus Pdf
  • UAN ESHARM SERVICE
    • eSHRAM CARD DOWNLOAD
    • UAN TO AADHAAR DETAILS
    • UAN AND DOB TO DETAILS
  • BANKING SERVICES
    • IFSC VERFICATION
  • OTHERS API
    • PIN CODE VERIFICATION
      GET
  • FARMER SERVICE
    • AGRISTACK STATUS
  • Electricity Service
    • BR Electricity Bill Pdf
  • EMAIL SEND API
    • Email Send Message
  • AYUSHMAAN CARD DOWNLOAD
    GET
  1. OTHERS API

PIN CODE VERIFICATION

GET
https://kycapizone.in/api/v2/pincode/pincode_verification.php

Request

Query Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://kycapizone.in/api/v2/pincode/pincode_verification.php?api_key={{API_KEY}}&pincode={{PIN_CODE}}'
Response Response Example
{
    "request_id": "REQ_69693b3b3e3ef",
    "success": true,
    "status": "100",
    "message": "Pin code information fetched successfully",
    "metadata": {
        "billable": "Y"
    },
    "result": {
        "application_no": "APIZONE_PIN_305896",
        "pincode": "110011",
        "message": "Number of pincode(s) found:3",
        "post_offices": [
            {
                "Name": "Nirman Bhawan",
                "Description": null,
                "BranchType": "Sub Post Office",
                "DeliveryStatus": "Delivery",
                "Circle": "Delhi",
                "District": "Central Delhi",
                "Division": "New Delhi Central",
                "Region": "Delhi",
                "Block": "New Delhi",
                "State": "Delhi",
                "Country": "India",
                "Pincode": "110011"
            },
            {
                "Name": "South Avenue",
                "Description": null,
                "BranchType": "Sub Post Office",
                "DeliveryStatus": "Non-Delivery",
                "Circle": "Delhi",
                "District": "Central Delhi",
                "Division": "New Delhi Central",
                "Region": "Delhi",
                "Block": "New Delhi",
                "State": "Delhi",
                "Country": "India",
                "Pincode": "110011"
            },
            {
                "Name": "Udyog Bhawan",
                "Description": null,
                "BranchType": "Sub Post Office",
                "DeliveryStatus": "Non-Delivery",
                "Circle": "Delhi",
                "District": "Central Delhi",
                "Division": "New Delhi Central",
                "Region": "Delhi",
                "Block": "New Delhi",
                "State": "Delhi",
                "Country": "India",
                "Pincode": "110011"
            }
        ],
        "source": "live_api"
    },
    "request_timestamp": "2026-01-16T00:38:43+05:30",
    "response_timestamp": "2026-01-16T00:38:43+05:30"
}
Modified at 2026-01-15 19:11:24
Previous
IFSC VERFICATION
Next
AGRISTACK STATUS
Built with