Get list cities in a country
GET /api/v1/countries/public/:countryIsoCode/states/:stateIsoCode/cities
Description
Retrieve cities for a specific state in a country.
URL:
- Raw URL:
/api/v1/countries/public/:countryIsoCode/states/:stateIsoCode/cities - Host:
- Path:
/api/v1/countries/public/:countryIsoCode/states/:stateIsoCode/cities - Variable Parameters:
- countryIsoCode: (Required)
- stateIsoCode: (Required)
Headers: None
Response:
- Status: OK (200)
/api/v1/countries/public/:countryIsoCode/states/:stateIsoCode/cities
Response: 200
LANGUAGE
CURL REQUEST
curl --request POST \
--url https://api.blochq.io/v1/accounts \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!