{{baseUrl}}/fields/admin1_geo
POST {{baseUrl}}/fields/admin1_geo
Endpoint that returns the list of regions divided by country.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"ID": "R1410",
"admin1_name": "Sicilia",
"admin1_name_ascii": "Sicilia",
"country_code": "IT"
}
],
"searchRecords": 1,
"totalRecords": 3967,
"success": true,
"message": "",
"error": null
} |
ENDPOINTS