Get a list of all cities paste the following link into the address bar, replacing all <variables>
(don't forget to delete the following symbols: "<", ">" ) with those corresponding to your package, and then follow this link:
https://soax.com/api/get-country-cities?api_key=<api_key>&package_key=<package_key>&country_iso=<country_iso>&conn_type=<conn_type>[&provider=<provider_name>[®ion=<region_name>]]
<api_key>
- your unique API-key, you can find it on the "Profile" page in your Dashboard.
<package-key>
- the key (login) of the package being used.
<country_iso>
is the ISO code of your target country. For example, if you want to get a list of the available regions of Ukraine, you need to substitute it with ua;
<conn_type>
is the connection type you’re using and must equal mix / mobile / wifi. If your package provides Wi-Fi (residential) IPs, <conn_type>
can only be wifi. Or, if your package provides both Wi-Fi and mobile IPs, <conn_type>
can be either any of these two or mix, if needed;
where <provider_name>
and <region_name>
are optional.