{{baseUrl}}/fields/admin2_geo
POST {{baseUrl}}/fields/admin2_geo
Endpoint that returns the list of provinces divided by region and country.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"ID": "P17203",
"admin2_name": "Terni",
"admin2_name_ascii": "Terni",
"country_code": "IT",
"id_admin1": "R1415"
},
{
"ID": "P17223",
"admin2_name": "Perugia",
"admin2_name_ascii": "Perugia",
"country_code": "IT",
"id_admin1": "R1415"
}
],
"searchRecords": 2,
"totalRecords": 45298,
"success": true,
"message": "",
"error": null
} |
ENDPOINTS