Skip to main content

Country

State List

Use this API to get list of all countries.

 GET /country/country-list

Query string parameters

FieldTypeDescription
qstringinput search string
{
"success": true,
"data": {
"response": {
"acknowledgement": "Success",
"data": {
"countryList": [
{
"countryId": 1,
"countryCode": "IN",
"name": "India"
},
],
"totalRecords": 1
},
"error": {
"code": "",
"internal_message": "",
"moreInfo": []
}
}
}
}