How to Get data form API

How to make a android application pin code check
Indian postal index number

API url : https://api.postalpincode.in/pincode/110001

Response code :

{
“Message”:“Number of Post office(s) found: 21”,
“Status”:“Success”,
“PostOffice”:[
{
“Name”:“Baroda House”,
“Description”:"",
“BranchType”:“Sub Post Office”,
“DeliveryStatus”:“Non-Delivery”,
“Circle”:“New Delhi”,
“District”:“Central Delhi”,
“Division”:“New Delhi Central”,
“Region”:“Delhi”,
“State”:“Delhi”,
“Country”:“India”
}
]
}

How to get - Name
Branch Type
delivery status
District
State
country

Follow example using [Free] Json To Dictionary Extension

Please search before posting.

If you have it’s curl command you can try

Getaix.com