Get State List
Basic Information
Request parameters
Parameter name
Type
Required
Describe
Response example
{
"code": 200,
"data": [
{
"country_code": "US",
"country_name": "United States",
"state_code": "alabama",
"state_name": "Alabama"
},
{
"country_code": "US",
"country_name": "United States",
"state_code": "alaska",
"state_name": "Alaska"
},
{
"country_code": "US",
"country_name": "United States",
"state_code": "arizona",
"state_name": "Arizona"
}
],
"msg": "ok"
}Parameter name
Type
Required
Describe
Last updated