Skip to main content
GET
/
forms
/
land-certificate
/
subdistricts
Get subdistrict options
curl --request GET \
  --url https://api.anycheck.ai/forms/land-certificate/subdistricts \
  --header 'X-API-Key: <api-key>'
[
  {
    "label": "Desa Matraman",
    "value": "5547C614B8FB7B45E053031D0B0AEDFC"
  }
]

Authorizations

X-API-Key
string
header
required

API key for service-to-service authentication

Query Parameters

city_regency_id
string
required

The ID of the selected city or regency

Response

List of subdistrict options

label
string
required

Display label for the dropdown option

value
string
required

Value to be submitted for the dropdown option