cURL
curl --request GET \ --url https://api.goproxy.com/go-api/v1/proxy/countries \ --header 'apiKey: <apikey>'
{ "countries": [ { "countryCode": "<string>", "countryName": "<string>" } ] }
Get a list of countries where proxy servers are available for use.
API key used for authentication.
Successful Response
Show child attributes
The two-letter ISO country code, following the ISO 3166-1 alpha-2 standard.
The full name of the country, as per the common naming convention.