COUNTRY-STATE-CITY
Country State City API Data Retrieval Script Documentation
Last updated
Country State City API Data Retrieval Script Documentation
Last updated
GET
https://api.kosontechnology.com/country-state-city.php
country
String
To specify the desired country.
state
String
to specify the desired state within the selected country.
city
String
To specify the desired city within the selected country and state
download
-
To download the json file
Making an HTTP request via a web browser or API Platform etc. .
The following parameters are accepted:
country
To specify the desired country.
ISO2 Code of Country
'ALL' or 'all'
state
To specify the desired state within the selected country.
ISO2 Code of State
'ALL' or 'all'
city
To specify the desired city within the selected country and state.
'ALL' or 'all'
download
To download the JSON output
This parameter does not require the content, Leave empty or Type anything is acceptable
Depending on the parameters provided, the script will construct a URL to fetch information from the CountryStateCity API.
country
Parameter:
If you provide a country
parameter as 'all' or 'ALL', the script will retrieve information about all countries.
If you specify a valid country ISO2 Code as the country
parameter, the script will retrieve information about that specific country.
state
Parameter:
If you provide a state
parameter as 'all' or 'ALL' in addition to the country
parameter, the script will retrieve information about all states within the selected country.
If you specify a valid state ISO2 Code as the state
parameter, the script will retrieve information about that specific state within the selected country.
city
Parameter:
If you provide a city
parameter as 'all' or 'ALL' in addition to the country
and state
parameters, the script will retrieve information about all cities within the selected state and country.
download
Parameter:
Below is a sample how to find Malaysia ISO2 Code:
Find Malaysia and you will see country code at the left column.
Retrieve information about all countries:
Retrieve information about a specific country:
Retrieve information about all states:
Retrieve information about all states within a specific country:
Retrieve information about a specific state within a specific country:
Retrieve information about all cities within a specific state and country:
Retrieve information about all cities within a specific country:
Add download
parameter to download the output json, below is some example of it:
If you want to download the JSON output of these parameter, define the parameter with empty or any input will able you to auto download it. See the download sample at .
Refer this to find your ISO2 Code.
Onclick on the code then wikipedia with direct you to where you can find its state code.